Html Css Color HEX #A4841E Hacienda

📋 copy color: '#A4841E'

red 164 ◦ green 132 ◦ blue 30

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

Shades of Hacienda #A4841E

Tints of Hacienda #A4841E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.2%

R = 50.31%
G = 40.49%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4841E (or 0xA4841E) is known color: Hacienda. HEX triplet: A4, 84 and 1E. RGB value is (164,132,30). Sum of RGB (Red+Green+Blue) = 164+132+30=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4841E is #5B7BE1. Grayscale: #828282. Windows color (decimal): -5995490 or 2000036. OLE color: 2000036.

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

Color convert

RGB 164 132 30 -
CMYK 0 0.20 0.82 0.36
HSL 45.67º 0.69% 0.38% -
HSV(B) 45.67º 0.82% 0.64% -
XYZ 23.8 24.49 4.7 -
YUV 129.94 71.6 152.29 -
System Red Green Blue C M Y K H S L
Decimal 164 132 30 0 0.20 0.82 0.36 45.67 0.69 0.38
Hex A4 84 1E 0 14 52 24 2E 45 26
Octal 244 204 36 0 24 122 44 56 105 46
Binary 10100100 10000100 11110 0 10100 1010010 100100 101110 1000101 100110

Color Harmonies of #A4841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4841E

Black with #A4841E

Text Example


Text Example

White with #A4841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4841E; }

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

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

background-color css

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

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

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

border-color css

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

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

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