Html Css Color HEX #AC7F18 Hacienda

📋 copy color: '#AC7F18'

red 172 ◦ green 127 ◦ blue 24

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

Shades of Hacienda #AC7F18

Tints of Hacienda #AC7F18

RGB

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

 GREEN value IS 127 (50% from 255) = 39.32%

 BLUE value IS 24 (9.77% from 255) = 7.43%

R = 53.25%
G = 39.32%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC7F18 (or 0xAC7F18) is known color: Hacienda. HEX triplet: AC, 7F and 18. RGB value is (172,127,24). Sum of RGB (Red+Green+Blue) = 172+127+24=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7F18 is #5380E7. Grayscale: #818181. Windows color (decimal): -5472488 or 1605548. OLE color: 1605548.

HSL color Cylindrical-coordinate representation of color #AC7F18: hue angle of 41.76º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC7F18 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 127 24 -
CMYK 0 0.26 0.86 0.33
HSL 41.76º 0.76% 0.38% -
HSV(B) 41.76º 0.86% 0.67% -
XYZ 24.77 24.02 4.19 -
YUV 128.71 68.91 158.88 -
System Red Green Blue C M Y K H S L
Decimal 172 127 24 0 0.26 0.86 0.33 41.76 0.76 0.38
Hex AC 7F 18 0 1A 56 21 2A 4C 26
Octal 254 177 30 0 32 126 41 52 114 46
Binary 10101100 1111111 11000 0 11010 1010110 100001 101010 1001100 100110

Color Harmonies of #AC7F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F18

Black with #AC7F18

Text Example


Text Example

White with #AC7F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F18; }

 p { color: rgb(172,127,24); }

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

background-color css

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

 a { background-color: rgb(172,127,24); }

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

border-color css

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

 span { border-color: rgb(172,127,24); }

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