Html Css Color HEX #AC5C15 Golden Brown

📋 copy color: '#AC5C15'

red 172 ◦ green 92 ◦ blue 21

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

Shades of Golden Brown #AC5C15

Tints of Golden Brown #AC5C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

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

R = 60.35%
G = 32.28%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC5C15 (or 0xAC5C15) is known color: Golden Brown. HEX triplet: AC, 5C and 15. RGB value is (172,92,21). Sum of RGB (Red+Green+Blue) = 172+92+21=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5C15 is #53A3EA. Grayscale: #6C6C6C. Windows color (decimal): -5481451 or 1399980. OLE color: 1399980.

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

Color convert

RGB 172 92 21 -
CMYK 0 0.47 0.88 0.33
HSL 28.21º 0.78% 0.38% -
HSV(B) 28.21º 0.88% 0.67% -
XYZ 20.98 16.48 2.78 -
YUV 107.83 79 173.77 -
System Red Green Blue C M Y K H S L
Decimal 172 92 21 0 0.47 0.88 0.33 28.21 0.78 0.38
Hex AC 5C 15 0 2F 58 21 1C 4E 26
Octal 254 134 25 0 57 130 41 34 116 46
Binary 10101100 1011100 10101 0 101111 1011000 100001 11100 1001110 100110

Color Harmonies of #AC5C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C15

Black with #AC5C15

Text Example


Text Example

White with #AC5C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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