Html Css Color HEX #A4841F Hacienda

📋 copy color: '#A4841F'

red 164 ◦ green 132 ◦ blue 31

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

Shades of Hacienda #A4841F

Tints of Hacienda #A4841F

RGB

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

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

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

R = 50.15%
G = 40.37%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A4841F (or 0xA4841F) is known color: Hacienda. HEX triplet: A4, 84 and 1F. RGB value is (164,132,31). Sum of RGB (Red+Green+Blue) = 164+132+31=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4841F is #5B7BE0. Grayscale: #828282. Windows color (decimal): -5995489 or 2065572. OLE color: 2065572.

HSL color Cylindrical-coordinate representation of color #A4841F: hue angle of 45.56º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A4841F is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 132 31 -
CMYK 0 0.20 0.81 0.36
HSL 45.56º 0.68% 0.38% -
HSV(B) 45.56º 0.81% 0.64% -
XYZ 23.81 24.49 4.77 -
YUV 130.05 72.1 152.21 -
System Red Green Blue C M Y K H S L
Decimal 164 132 31 0 0.20 0.81 0.36 45.56 0.68 0.38
Hex A4 84 1F 0 14 51 24 2E 44 26
Octal 244 204 37 0 24 121 44 56 104 46
Binary 10100100 10000100 11111 0 10100 1010001 100100 101110 1000100 100110

Color Harmonies of #A4841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4841F

Black with #A4841F

Text Example


Text Example

White with #A4841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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