Html Css Color HEX #AC8A1F Hacienda

📋 copy color: '#AC8A1F'

red 172 ◦ green 138 ◦ blue 31

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

Shades of Hacienda #AC8A1F

Tints of Hacienda #AC8A1F

RGB

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

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

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

R = 50.44%
G = 40.47%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC8A1F (or 0xAC8A1F) is known color: Hacienda. HEX triplet: AC, 8A and 1F. RGB value is (172,138,31). Sum of RGB (Red+Green+Blue) = 172+138+31=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A1F is #5375E0. Grayscale: #888888. Windows color (decimal): -5469665 or 2067116. OLE color: 2067116.

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

Color convert

RGB 172 138 31 -
CMYK 0 0.20 0.82 0.33
HSL 45.53º 0.69% 0.4% -
HSV(B) 45.53º 0.82% 0.67% -
XYZ 26.35 27.05 5.13 -
YUV 135.97 68.76 153.7 -
System Red Green Blue C M Y K H S L
Decimal 172 138 31 0 0.20 0.82 0.33 45.53 0.69 0.4
Hex AC 8A 1F 0 14 52 21 2E 45 28
Octal 254 212 37 0 24 122 41 56 105 50
Binary 10101100 10001010 11111 0 10100 1010010 100001 101110 1000101 101000

Color Harmonies of #AC8A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A1F

Black with #AC8A1F

Text Example


Text Example

White with #AC8A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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