Html Css Color HEX #AC5910 Golden Brown

📋 copy color: '#AC5910'

red 172 ◦ green 89 ◦ blue 16

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

Shades of Golden Brown #AC5910

Tints of Golden Brown #AC5910

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

 BLUE value IS 16 (6.64% from 255) = 5.78%

R = 62.09%
G = 32.13%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC5910 (or 0xAC5910) is known color: Golden Brown. HEX triplet: AC, 59 and 10. RGB value is (172,89,16). Sum of RGB (Red+Green+Blue) = 172+89+16=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5910 is #53A6EF. Grayscale: #696969. Windows color (decimal): -5482224 or 1071532. OLE color: 1071532.

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

Color convert

RGB 172 89 16 -
CMYK 0 0.48 0.91 0.33
HSL 28.08º 0.83% 0.37% -
HSV(B) 28.08º 0.91% 0.67% -
XYZ 20.68 15.95 2.48 -
YUV 105.5 77.5 175.44 -
System Red Green Blue C M Y K H S L
Decimal 172 89 16 0 0.48 0.91 0.33 28.08 0.83 0.37
Hex AC 59 10 0 30 5B 21 1C 53 25
Octal 254 131 20 0 60 133 41 34 123 45
Binary 10101100 1011001 10000 0 110000 1011011 100001 11100 1010011 100101

Color Harmonies of #AC5910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5910

Black with #AC5910

Text Example


Text Example

White with #AC5910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5910; }

 p { color: rgb(172,89,16); }

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

background-color css

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

 a { background-color: rgb(172,89,16); }

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

border-color css

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

 span { border-color: rgb(172,89,16); }

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