Html Css Color HEX #AC6010 Golden Brown

📋 copy color: '#AC6010'

red 172 ◦ green 96 ◦ blue 16

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

Shades of Golden Brown #AC6010

Tints of Golden Brown #AC6010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.8%

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

R = 60.56%
G = 33.8%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC6010 (or 0xAC6010) is known color: Golden Brown. HEX triplet: AC, 60 and 10. RGB value is (172,96,16). Sum of RGB (Red+Green+Blue) = 172+96+16=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6010 is #539FEF. Grayscale: #6E6E6E. Windows color (decimal): -5480432 or 1073324. OLE color: 1073324.

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

Color convert

RGB 172 96 16 -
CMYK 0 0.44 0.91 0.33
HSL 30.77º 0.83% 0.37% -
HSV(B) 30.77º 0.91% 0.67% -
XYZ 21.29 17.17 2.68 -
YUV 109.6 75.18 172.5 -
System Red Green Blue C M Y K H S L
Decimal 172 96 16 0 0.44 0.91 0.33 30.77 0.83 0.37
Hex AC 60 10 0 2C 5B 21 1F 53 25
Octal 254 140 20 0 54 133 41 37 123 45
Binary 10101100 1100000 10000 0 101100 1011011 100001 11111 1010011 100101

Color Harmonies of #AC6010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6010

Black with #AC6010

Text Example


Text Example

White with #AC6010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6010; }

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

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

background-color css

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

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

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

border-color css

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

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

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