Html Css Color HEX #A78844 Luxor Gold

📋 copy color: '#A78844'

red 167 ◦ green 136 ◦ blue 68

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

Shades of Luxor Gold #A78844

Tints of Luxor Gold #A78844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 45.01%
G = 36.66%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A78844 (or 0xA78844) is known color: Luxor Gold. HEX triplet: A7, 88 and 44. RGB value is (167,136,68). Sum of RGB (Red+Green+Blue) = 167+136+68=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A78844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78844 is #5877BB. Grayscale: #898989. Windows color (decimal): -5797820 or 4491431. OLE color: 4491431.

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

Color convert

RGB 167 136 68 -
CMYK 0 0.19 0.59 0.35
HSL 41.21º 0.42% 0.46% -
HSV(B) 41.21º 0.59% 0.65% -
XYZ 25.78 26.24 9.17 -
YUV 137.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 167 136 68 0 0.19 0.59 0.35 41.21 0.42 0.46
Hex A7 88 44 0 13 3B 23 29 2A 2E
Octal 247 210 104 0 23 73 43 51 52 56
Binary 10100111 10001000 1000100 0 10011 111011 100011 101001 101010 101110

Color Harmonies of #A78844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78844

Black with #A78844

Text Example


Text Example

White with #A78844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78844; }

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

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

background-color css

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

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

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

border-color css

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

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

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