Html Css Color HEX #AC881D Hacienda

📋 copy color: '#AC881D'

red 172 ◦ green 136 ◦ blue 29

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

Shades of Hacienda #AC881D

Tints of Hacienda #AC881D

RGB

 RED value IS 172 (67.58% from 255) = 51.04%

 GREEN value IS 136 (53.52% from 255) = 40.36%

 BLUE value IS 29 (11.72% from 255) = 8.61%

R = 51.04%
G = 40.36%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC881D (or 0xAC881D) is known color: Hacienda. HEX triplet: AC, 88 and 1D. RGB value is (172,136,29). Sum of RGB (Red+Green+Blue) = 172+136+29=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC881D is #5377E2. Grayscale: #878787. Windows color (decimal): -5470179 or 1935532. OLE color: 1935532.

HSL color Cylindrical-coordinate representation of color #AC881D: hue angle of 44.9º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC881D is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 136 29 -
CMYK 0 0.21 0.83 0.33
HSL 44.9º 0.71% 0.39% -
HSV(B) 44.9º 0.83% 0.67% -
XYZ 26.04 26.47 4.9 -
YUV 134.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 172 136 29 0 0.21 0.83 0.33 44.9 0.71 0.39
Hex AC 88 1D 0 15 53 21 2D 47 27
Octal 254 210 35 0 25 123 41 55 107 47
Binary 10101100 10001000 11101 0 10101 1010011 100001 101101 1000111 100111

Color Harmonies of #AC881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC881D

Black with #AC881D

Text Example


Text Example

White with #AC881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC881D; }

 p { color: rgb(172,136,29); }

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

background-color css

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

 a { background-color: rgb(172,136,29); }

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

border-color css

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

 span { border-color: rgb(172,136,29); }

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