Html Css Color HEX #A4871B Hacienda

📋 copy color: '#A4871B'

red 164 ◦ green 135 ◦ blue 27

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

Shades of Hacienda #A4871B

Tints of Hacienda #A4871B

RGB

 RED value IS 164 (64.45% from 255) = 50.31%

 GREEN value IS 135 (53.13% from 255) = 41.41%

 BLUE value IS 27 (10.94% from 255) = 8.28%

R = 50.31%
G = 41.41%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4871B (or 0xA4871B) is known color: Hacienda. HEX triplet: A4, 87 and 1B. RGB value is (164,135,27). Sum of RGB (Red+Green+Blue) = 164+135+27=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4871B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4871B is #5B78E4. Grayscale: #838383. Windows color (decimal): -5994725 or 1804196. OLE color: 1804196.

HSL color Cylindrical-coordinate representation of color #A4871B: hue angle of 47.3º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4871B is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 135 27 -
CMYK 0 0.18 0.84 0.36
HSL 47.3º 0.72% 0.37% -
HSV(B) 47.3º 0.84% 0.64% -
XYZ 24.17 25.3 4.65 -
YUV 131.36 69.11 151.28 -
System Red Green Blue C M Y K H S L
Decimal 164 135 27 0 0.18 0.84 0.36 47.3 0.72 0.37
Hex A4 87 1B 0 12 54 24 2F 48 25
Octal 244 207 33 0 22 124 44 57 110 45
Binary 10100100 10000111 11011 0 10010 1010100 100100 101111 1001000 100101

Color Harmonies of #A4871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4871B

Black with #A4871B

Text Example


Text Example

White with #A4871B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4871B; }

 p { color: rgb(164,135,27); }

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

background-color css

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

 a { background-color: rgb(164,135,27); }

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

border-color css

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

 span { border-color: rgb(164,135,27); }

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