Html Css Color HEX #A78845 Luxor Gold

📋 copy color: '#A78845'

red 167 ◦ green 136 ◦ blue 69

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

Shades of Luxor Gold #A78845

Tints of Luxor Gold #A78845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.55%

R = 44.89%
G = 36.56%
B = 18.55%

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

#A78845 (or 0xA78845) is known color: Luxor Gold. HEX triplet: A7, 88 and 45. RGB value is (167,136,69). Sum of RGB (Red+Green+Blue) = 167+136+69=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A78845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78845 is #5877BA. Grayscale: #898989. Windows color (decimal): -5797819 or 4556967. OLE color: 4556967.

HSL color Cylindrical-coordinate representation of color #A78845: hue angle of 41.02º 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 #A78845 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 136 69 -
CMYK 0 0.19 0.59 0.35
HSL 41.02º 0.42% 0.46% -
HSV(B) 41.02º 0.59% 0.65% -
XYZ 25.81 26.25 9.34 -
YUV 137.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 167 136 69 0 0.19 0.59 0.35 41.02 0.42 0.46
Hex A7 88 45 0 13 3B 23 29 2A 2E
Octal 247 210 105 0 23 73 43 51 52 56
Binary 10100111 10001000 1000101 0 10011 111011 100011 101001 101010 101110

Color Harmonies of #A78845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78845

Black with #A78845

Text Example


Text Example

White with #A78845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78845; }

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

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

background-color css

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

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

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

border-color css

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

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

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