Html Css Color HEX #AC5D15 Golden Brown

📋 copy color: '#AC5D15'

red 172 ◦ green 93 ◦ blue 21

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

Shades of Golden Brown #AC5D15

Tints of Golden Brown #AC5D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.52%

 BLUE value IS 21 (8.59% from 255) = 7.34%

R = 60.14%
G = 32.52%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC5D15 (or 0xAC5D15) is known color: Golden Brown. HEX triplet: AC, 5D and 15. RGB value is (172,93,21). Sum of RGB (Red+Green+Blue) = 172+93+21=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5D15 is #53A2EA. Grayscale: #6C6C6C. Windows color (decimal): -5481195 or 1400236. OLE color: 1400236.

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

Color convert

RGB 172 93 21 -
CMYK 0 0.46 0.88 0.33
HSL 28.61º 0.78% 0.38% -
HSV(B) 28.61º 0.88% 0.67% -
XYZ 21.06 16.65 2.81 -
YUV 108.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 172 93 21 0 0.46 0.88 0.33 28.61 0.78 0.38
Hex AC 5D 15 0 2E 58 21 1D 4E 26
Octal 254 135 25 0 56 130 41 35 116 46
Binary 10101100 1011101 10101 0 101110 1011000 100001 11101 1001110 100110

Color Harmonies of #AC5D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D15

Black with #AC5D15

Text Example


Text Example

White with #AC5D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D15; }

 p { color: rgb(172,93,21); }

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

background-color css

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

 a { background-color: rgb(172,93,21); }

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

border-color css

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

 span { border-color: rgb(172,93,21); }

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