Html Css Color HEX #AC5A11 Golden Brown

📋 copy color: '#AC5A11'

red 172 ◦ green 90 ◦ blue 17

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

Shades of Golden Brown #AC5A11

Tints of Golden Brown #AC5A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.26%

 BLUE value IS 17 (7.03% from 255) = 6.09%

R = 61.65%
G = 32.26%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC5A11 (or 0xAC5A11) is known color: Golden Brown. HEX triplet: AC, 5A and 11. RGB value is (172,90,17). Sum of RGB (Red+Green+Blue) = 172+90+17=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5A11 is #53A5EE. Grayscale: #6A6A6A. Windows color (decimal): -5481967 or 1137324. OLE color: 1137324.

HSL color Cylindrical-coordinate representation of color #AC5A11: hue angle of 28.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC5A11 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 17 -
CMYK 0 0.48 0.90 0.33
HSL 28.26º 0.82% 0.37% -
HSV(B) 28.26º 0.9% 0.67% -
XYZ 20.77 16.12 2.55 -
YUV 106.2 77.67 174.94 -
System Red Green Blue C M Y K H S L
Decimal 172 90 17 0 0.48 0.90 0.33 28.26 0.82 0.37
Hex AC 5A 11 0 30 5A 21 1C 52 25
Octal 254 132 21 0 60 132 41 34 122 45
Binary 10101100 1011010 10001 0 110000 1011010 100001 11100 1010010 100101

Color Harmonies of #AC5A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A11

Black with #AC5A11

Text Example


Text Example

White with #AC5A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A11; }

 p { color: rgb(172,90,17); }

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

background-color css

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

 a { background-color: rgb(172,90,17); }

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

border-color css

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

 span { border-color: rgb(172,90,17); }

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