Html Css Color HEX #AC7F1E Hacienda

📋 copy color: '#AC7F1E'

red 172 ◦ green 127 ◦ blue 30

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

Shades of Hacienda #AC7F1E

Tints of Hacienda #AC7F1E

RGB

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

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

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

R = 52.28%
G = 38.6%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC7F1E (or 0xAC7F1E) is known color: Hacienda. HEX triplet: AC, 7F and 1E. RGB value is (172,127,30). Sum of RGB (Red+Green+Blue) = 172+127+30=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F1E is #5380E1. Grayscale: #818181. Windows color (decimal): -5472482 or 1998764. OLE color: 1998764.

HSL color Cylindrical-coordinate representation of color #AC7F1E: hue angle of 40.99º 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 #AC7F1E is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 127 30 -
CMYK 0 0.26 0.83 0.33
HSL 40.99º 0.7% 0.4% -
HSV(B) 40.99º 0.83% 0.67% -
XYZ 24.84 24.04 4.56 -
YUV 129.4 71.91 158.39 -
System Red Green Blue C M Y K H S L
Decimal 172 127 30 0 0.26 0.83 0.33 40.99 0.7 0.4
Hex AC 7F 1E 0 1A 53 21 29 46 28
Octal 254 177 36 0 32 123 41 51 106 50
Binary 10101100 1111111 11110 0 11010 1010011 100001 101001 1000110 101000

Color Harmonies of #AC7F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F1E

Black with #AC7F1E

Text Example


Text Example

White with #AC7F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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