Html Css Color HEX #A78846 Luxor Gold

📋 copy color: '#A78846'

red 167 ◦ green 136 ◦ blue 70

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

Shades of Luxor Gold #A78846

Tints of Luxor Gold #A78846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.77%

R = 44.77%
G = 36.46%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A78846 (or 0xA78846) is known color: Luxor Gold. HEX triplet: A7, 88 and 46. RGB value is (167,136,70). Sum of RGB (Red+Green+Blue) = 167+136+70=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A78846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78846 is #5877B9. Grayscale: #8A8A8A. Windows color (decimal): -5797818 or 4622503. OLE color: 4622503.

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

Color convert

RGB 167 136 70 -
CMYK 0 0.19 0.58 0.35
HSL 40.82º 0.41% 0.46% -
HSV(B) 40.82º 0.58% 0.65% -
XYZ 25.85 26.27 9.5 -
YUV 137.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 167 136 70 0 0.19 0.58 0.35 40.82 0.41 0.46
Hex A7 88 46 0 13 3A 23 29 29 2E
Octal 247 210 106 0 23 72 43 51 51 56
Binary 10100111 10001000 1000110 0 10011 111010 100011 101001 101001 101110

Color Harmonies of #A78846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78846

Black with #A78846

Text Example


Text Example

White with #A78846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78846; }

 p { color: rgb(167,136,70); }

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

background-color css

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

 a { background-color: rgb(167,136,70); }

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

border-color css

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

 span { border-color: rgb(167,136,70); }

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