Html Css Color HEX #A4861B Hacienda

📋 copy color: '#A4861B'

red 164 ◦ green 134 ◦ blue 27

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

Shades of Hacienda #A4861B

Tints of Hacienda #A4861B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.23%

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

R = 50.46%
G = 41.23%
B = 8.31%

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

#A4861B (or 0xA4861B) is known color: Hacienda. HEX triplet: A4, 86 and 1B. RGB value is (164,134,27). Sum of RGB (Red+Green+Blue) = 164+134+27=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4861B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4861B is #5B79E4. Grayscale: #838383. Windows color (decimal): -5994981 or 1803940. OLE color: 1803940.

HSL color Cylindrical-coordinate representation of color #A4861B: hue angle of 46.86º 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 #A4861B is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 134 27 -
CMYK 0 0.18 0.84 0.36
HSL 46.86º 0.72% 0.37% -
HSV(B) 46.86º 0.84% 0.64% -
XYZ 24.03 25.02 4.6 -
YUV 130.77 69.44 151.7 -
System Red Green Blue C M Y K H S L
Decimal 164 134 27 0 0.18 0.84 0.36 46.86 0.72 0.37
Hex A4 86 1B 0 12 54 24 2F 48 25
Octal 244 206 33 0 22 124 44 57 110 45
Binary 10100100 10000110 11011 0 10010 1010100 100100 101111 1001000 100101

Color Harmonies of #A4861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4861B

Black with #A4861B

Text Example


Text Example

White with #A4861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4861B; }

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

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

background-color css

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

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

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

border-color css

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

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

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