Html Css Color HEX #A4841B Hacienda

📋 copy color: '#A4841B'

red 164 ◦ green 132 ◦ blue 27

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

Shades of Hacienda #A4841B

Tints of Hacienda #A4841B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.87%

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

R = 50.77%
G = 40.87%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4841B (or 0xA4841B) is known color: Hacienda. HEX triplet: A4, 84 and 1B. RGB value is (164,132,27). Sum of RGB (Red+Green+Blue) = 164+132+27=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A4841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4841B is #5B7BE4. Grayscale: #828282. Windows color (decimal): -5995493 or 1803428. OLE color: 1803428.

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

Color convert

RGB 164 132 27 -
CMYK 0 0.20 0.84 0.36
HSL 45.99º 0.72% 0.37% -
HSV(B) 45.99º 0.84% 0.64% -
XYZ 23.76 24.47 4.51 -
YUV 129.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 164 132 27 0 0.20 0.84 0.36 45.99 0.72 0.37
Hex A4 84 1B 0 14 54 24 2E 48 25
Octal 244 204 33 0 24 124 44 56 110 45
Binary 10100100 10000100 11011 0 10100 1010100 100100 101110 1001000 100101

Color Harmonies of #A4841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4841B

Black with #A4841B

Text Example


Text Example

White with #A4841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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