Html Css Color HEX #AC7817 Hacienda

📋 copy color: '#AC7817'

red 172 ◦ green 120 ◦ blue 23

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

Shades of Hacienda #AC7817

Tints of Hacienda #AC7817

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.1%

 BLUE value IS 23 (9.38% from 255) = 7.3%

R = 54.6%
G = 38.1%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC7817 (or 0xAC7817) is known color: Hacienda. HEX triplet: AC, 78 and 17. RGB value is (172,120,23). Sum of RGB (Red+Green+Blue) = 172+120+23=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7817 is #5387E8. Grayscale: #7C7C7C. Windows color (decimal): -5474281 or 1538220. OLE color: 1538220.

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

Color convert

RGB 172 120 23 -
CMYK 0 0.30 0.87 0.33
HSL 39.06º 0.76% 0.38% -
HSV(B) 39.06º 0.87% 0.67% -
XYZ 23.88 22.27 3.85 -
YUV 124.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 172 120 23 0 0.30 0.87 0.33 39.06 0.76 0.38
Hex AC 78 17 0 1E 57 21 27 4C 26
Octal 254 170 27 0 36 127 41 47 114 46
Binary 10101100 1111000 10111 0 11110 1010111 100001 100111 1001100 100110

Color Harmonies of #AC7817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7817

Black with #AC7817

Text Example


Text Example

White with #AC7817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7817; }

 p { color: rgb(172,120,23); }

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

background-color css

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

 a { background-color: rgb(172,120,23); }

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

border-color css

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

 span { border-color: rgb(172,120,23); }

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