Html Css Color HEX #AC8A1E Hacienda

📋 copy color: '#AC8A1E'

red 172 ◦ green 138 ◦ blue 30

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

Shades of Hacienda #AC8A1E

Tints of Hacienda #AC8A1E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.59%

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

R = 50.59%
G = 40.59%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC8A1E (or 0xAC8A1E) is known color: Hacienda. HEX triplet: AC, 8A and 1E. RGB value is (172,138,30). Sum of RGB (Red+Green+Blue) = 172+138+30=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A1E is #5375E1. Grayscale: #888888. Windows color (decimal): -5469666 or 2001580. OLE color: 2001580.

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

Color convert

RGB 172 138 30 -
CMYK 0 0.20 0.83 0.33
HSL 45.63º 0.7% 0.4% -
HSV(B) 45.63º 0.83% 0.67% -
XYZ 26.34 27.04 5.06 -
YUV 135.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 172 138 30 0 0.20 0.83 0.33 45.63 0.7 0.4
Hex AC 8A 1E 0 14 53 21 2E 46 28
Octal 254 212 36 0 24 123 41 56 106 50
Binary 10101100 10001010 11110 0 10100 1010011 100001 101110 1000110 101000

Color Harmonies of #AC8A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A1E

Black with #AC8A1E

Text Example


Text Example

White with #AC8A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A1E; }

 p { color: rgb(172,138,30); }

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

background-color css

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

 a { background-color: rgb(172,138,30); }

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

border-color css

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

 span { border-color: rgb(172,138,30); }

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