Html Css Color HEX #A68642 Luxor Gold

📋 copy color: '#A68642'

red 166 ◦ green 134 ◦ blue 66

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

Shades of Luxor Gold #A68642

Tints of Luxor Gold #A68642

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 66 (26.17% from 255) = 18.03%

R = 45.36%
G = 36.61%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A68642 (or 0xA68642) is known color: Luxor Gold. HEX triplet: A6, 86 and 42. RGB value is (166,134,66). Sum of RGB (Red+Green+Blue) = 166+134+66=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A68642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68642 is #5979BD. Grayscale: #888888. Windows color (decimal): -5863870 or 4359846. OLE color: 4359846.

HSL color Cylindrical-coordinate representation of color #A68642: hue angle of 40.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A68642 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 134 66 -
CMYK 0 0.19 0.60 0.35
HSL 40.8º 0.43% 0.45% -
HSV(B) 40.8º 0.6% 0.65% -
XYZ 25.23 25.55 8.76 -
YUV 135.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 166 134 66 0 0.19 0.60 0.35 40.8 0.43 0.45
Hex A6 86 42 0 13 3C 23 29 2B 2D
Octal 246 206 102 0 23 74 43 51 53 55
Binary 10100110 10000110 1000010 0 10011 111100 100011 101001 101011 101101

Color Harmonies of #A68642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68642

Black with #A68642

Text Example


Text Example

White with #A68642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68642; }

 p { color: rgb(166,134,66); }

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

background-color css

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

 a { background-color: rgb(166,134,66); }

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

border-color css

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

 span { border-color: rgb(166,134,66); }

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