Html Css Color HEX #AC5F18 Golden Brown

📋 copy color: '#AC5F18'

red 172 ◦ green 95 ◦ blue 24

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

Shades of Golden Brown #AC5F18

Tints of Golden Brown #AC5F18

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.65%

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

R = 59.11%
G = 32.65%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC5F18 (or 0xAC5F18) is known color: Golden Brown. HEX triplet: AC, 5F and 18. RGB value is (172,95,24). Sum of RGB (Red+Green+Blue) = 172+95+24=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5F18 is #53A0E7. Grayscale: #6E6E6E. Windows color (decimal): -5480680 or 1597356. OLE color: 1597356.

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

Color convert

RGB 172 95 24 -
CMYK 0 0.45 0.86 0.33
HSL 28.78º 0.76% 0.38% -
HSV(B) 28.78º 0.86% 0.67% -
XYZ 21.27 17.02 3.03 -
YUV 109.93 79.51 172.27 -
System Red Green Blue C M Y K H S L
Decimal 172 95 24 0 0.45 0.86 0.33 28.78 0.76 0.38
Hex AC 5F 18 0 2D 56 21 1D 4C 26
Octal 254 137 30 0 55 126 41 35 114 46
Binary 10101100 1011111 11000 0 101101 1010110 100001 11101 1001100 100110

Color Harmonies of #AC5F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5F18

Black with #AC5F18

Text Example


Text Example

White with #AC5F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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