Html Css Color HEX #A78642 Luxor Gold

📋 copy color: '#A78642'

red 167 ◦ green 134 ◦ blue 66

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

Shades of Luxor Gold #A78642

Tints of Luxor Gold #A78642

RGB

 RED value IS 167 (65.63% from 255) = 45.5%

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

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

R = 45.5%
G = 36.51%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A78642 (or 0xA78642) is known color: Luxor Gold. HEX triplet: A7, 86 and 42. RGB value is (167,134,66). Sum of RGB (Red+Green+Blue) = 167+134+66=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A78642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78642 is #5879BD. Grayscale: #888888. Windows color (decimal): -5798334 or 4359847. OLE color: 4359847.

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

Color convert

RGB 167 134 66 -
CMYK 0 0.20 0.60 0.35
HSL 40.4º 0.43% 0.46% -
HSV(B) 40.4º 0.6% 0.65% -
XYZ 25.44 25.66 8.77 -
YUV 136.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 167 134 66 0 0.20 0.60 0.35 40.4 0.43 0.46
Hex A7 86 42 0 14 3C 23 28 2B 2E
Octal 247 206 102 0 24 74 43 50 53 56
Binary 10100111 10000110 1000010 0 10100 111100 100011 101000 101011 101110

Color Harmonies of #A78642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78642

Black with #A78642

Text Example


Text Example

White with #A78642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78642; }

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

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

background-color css

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

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

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

border-color css

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

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

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