#a68f3d

Color #A68F3D Luxor Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Luxor Gold #A68F3D

Tints of Luxor Gold #A68F3D

Color information

#A68F3D (or 0xA68F3D) is unknown color: approx Luxor Gold. HEX triplet: A6, 8F and 3D. RGB value is (166,143,61). Sum of RGB (Red+Green+Blue) = 166+143+61=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68F3D is #5970C2. Grayscale: #8C8C8C. Windows color (decimal): -5861571 or 4034470. OLE color: 4034470.

HSL color Cylindrical-coordinate representation of color #A68F3D: hue angle of 46.86º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A68F3D is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB16614361-
CMYK00.140.630.35
HSL46.86º46.26%44.51%-
HSV(B)46.86º63.25%65.1%-
XYZ26.3928.098.45-
YUV140.5383.12146.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 143 (56.25% from 255) = 38.65%
BLUE value IS 61 (24.22% from 255) = 16.49%
R=44.86%
G=38.65%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661436100.140.630.3546.8646.2644.51
HexA68F3D0E3F232f2e2d
Octal246217750167743575655
Binary101001101000111111110101110111111100011101111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a68f3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a68f3d; }

 p { color: rgb(166,143,61); }

 H1.HeaderClassName
 {
   color: #a68f3d;
 }
 .AnyTagClassName
 {
   color: #a68f3d;
 }
</style>
background-color css

<style>
 a { background-color: #a68f3d; }

 a { background-color: rgb(166,143,61); }

 div.DivClassName
 {
   background-color: #a68f3d;
 }
 .BgClassName
 {
   background-color: #a68f3d;
 }
</style>
border-color css

<style>
 span { border-color: #a68f3d; }

 span { border-color: rgb(166,143,61); }

 td.TdClassName
 {
   border-color: #a68f3d;
 }
 .TagClassName
 {
   border-color: #a68f3d;
 }
</style>