Html Css Color HEX #A78227 Hacienda

📋 copy color: '#A78227'

red 167 ◦ green 130 ◦ blue 39

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

Shades of Hacienda #A78227

Tints of Hacienda #A78227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

 BLUE value IS 39 (15.63% from 255) = 11.61%

R = 49.7%
G = 38.69%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A78227 (or 0xA78227) is known color: Hacienda. HEX triplet: A7, 82 and 27. RGB value is (167,130,39). Sum of RGB (Red+Green+Blue) = 167+130+39=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A78227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78227 is #587DD8. Grayscale: #838383. Windows color (decimal): -5799385 or 2589351. OLE color: 2589351.

HSL color Cylindrical-coordinate representation of color #A78227: hue angle of 42.66º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A78227 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 130 39 -
CMYK 0 0.22 0.77 0.35
HSL 42.66º 0.62% 0.4% -
HSV(B) 42.66º 0.77% 0.65% -
XYZ 24.29 24.33 5.34 -
YUV 130.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 167 130 39 0 0.22 0.77 0.35 42.66 0.62 0.4
Hex A7 82 27 0 16 4D 23 2B 3E 28
Octal 247 202 47 0 26 115 43 53 76 50
Binary 10100111 10000010 100111 0 10110 1001101 100011 101011 111110 101000

Color Harmonies of #A78227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78227

Black with #A78227

Text Example


Text Example

White with #A78227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78227; }

 p { color: rgb(167,130,39); }

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

background-color css

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

 a { background-color: rgb(167,130,39); }

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

border-color css

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

 span { border-color: rgb(167,130,39); }

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