Html Css Color HEX #A68840 Luxor Gold

📋 copy color: '#A68840'

red 166 ◦ green 136 ◦ blue 64

#A68840
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Luxor Gold #A68840

Tints of Luxor Gold #A68840

RGB

 RED value IS 166 (65.23% from 255) = 45.36%

 GREEN value IS 136 (53.52% from 255) = 37.16%

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 45.36%
G = 37.16%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A68840 (or 0xA68840) is known color: Luxor Gold. HEX triplet: A6, 88 and 40. RGB value is (166,136,64). Sum of RGB (Red+Green+Blue) = 166+136+64=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A68840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68840 is #5977BF. Grayscale: #898989. Windows color (decimal): -5863360 or 4229286. OLE color: 4229286.

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

Color convert

RGB 166 136 64 -
CMYK 0 0.18 0.61 0.35
HSL 42.35º 0.44% 0.45% -
HSV(B) 42.35º 0.61% 0.65% -
XYZ 25.46 26.09 8.54 -
YUV 136.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 166 136 64 0 0.18 0.61 0.35 42.35 0.44 0.45
Hex A6 88 40 0 12 3D 23 2A 2C 2D
Octal 246 210 100 0 22 75 43 52 54 55
Binary 10100110 10001000 1000000 0 10010 111101 100011 101010 101100 101101

Color Harmonies of #A68840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68840

Black with #A68840

Text Example


Text Example

White with #A68840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68840; }

 p { color: rgb(166,136,64); }

 H1.HeaderClassName
 {
   color: #A68840;
 }
 .AnyTagClassName
 {
   color: #A68840;
 }
</style>

background-color css

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

 a { background-color: rgb(166,136,64); }

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

border-color css

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

 span { border-color: rgb(166,136,64); }

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