Html Css Color HEX #A78A1E Hacienda

📋 copy color: '#A78A1E'

red 167 ◦ green 138 ◦ blue 30

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

Shades of Hacienda #A78A1E

Tints of Hacienda #A78A1E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.19%

 BLUE value IS 30 (12.11% from 255) = 8.96%

R = 49.85%
G = 41.19%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A78A1E (or 0xA78A1E) is known color: Hacienda. HEX triplet: A7, 8A and 1E. RGB value is (167,138,30). Sum of RGB (Red+Green+Blue) = 167+138+30=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78A1E is #5875E1. Grayscale: #868686. Windows color (decimal): -5797346 or 2001575. OLE color: 2001575.

HSL color Cylindrical-coordinate representation of color #A78A1E: hue angle of 47.3º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A78A1E is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 138 30 -
CMYK 0 0.17 0.82 0.35
HSL 47.3º 0.7% 0.39% -
HSV(B) 47.3º 0.82% 0.65% -
XYZ 25.26 26.49 5.01 -
YUV 134.36 69.11 151.28 -
System Red Green Blue C M Y K H S L
Decimal 167 138 30 0 0.17 0.82 0.35 47.3 0.7 0.39
Hex A7 8A 1E 0 11 52 23 2F 46 27
Octal 247 212 36 0 21 122 43 57 106 47
Binary 10100111 10001010 11110 0 10001 1010010 100011 101111 1000110 100111

Color Harmonies of #A78A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78A1E

Black with #A78A1E

Text Example


Text Example

White with #A78A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78A1E; }

 p { color: rgb(167,138,30); }

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

background-color css

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

 a { background-color: rgb(167,138,30); }

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

border-color css

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

 span { border-color: rgb(167,138,30); }

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