Html Css Color HEX #A78A1F Hacienda

📋 copy color: '#A78A1F'

red 167 ◦ green 138 ◦ blue 31

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

Shades of Hacienda #A78A1F

Tints of Hacienda #A78A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 49.7%
G = 41.07%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A78A1F (or 0xA78A1F) is known color: Hacienda. HEX triplet: A7, 8A and 1F. RGB value is (167,138,31). Sum of RGB (Red+Green+Blue) = 167+138+31=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78A1F is #5875E0. Grayscale: #868686. Windows color (decimal): -5797345 or 2067111. OLE color: 2067111.

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

Color convert

RGB 167 138 31 -
CMYK 0 0.17 0.81 0.35
HSL 47.21º 0.69% 0.39% -
HSV(B) 47.21º 0.81% 0.65% -
XYZ 25.27 26.49 5.08 -
YUV 134.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 167 138 31 0 0.17 0.81 0.35 47.21 0.69 0.39
Hex A7 8A 1F 0 11 51 23 2F 45 27
Octal 247 212 37 0 21 121 43 57 105 47
Binary 10100111 10001010 11111 0 10001 1010001 100011 101111 1000101 100111

Color Harmonies of #A78A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78A1F

Black with #A78A1F

Text Example


Text Example

White with #A78A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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