Html Css Color HEX #AC6310 Golden Brown

📋 copy color: '#AC6310'

red 172 ◦ green 99 ◦ blue 16

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

Shades of Golden Brown #AC6310

Tints of Golden Brown #AC6310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

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

R = 59.93%
G = 34.49%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC6310 (or 0xAC6310) is known color: Golden Brown. HEX triplet: AC, 63 and 10. RGB value is (172,99,16). Sum of RGB (Red+Green+Blue) = 172+99+16=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6310 is #539CEF. Grayscale: #6F6F6F. Windows color (decimal): -5479664 or 1074092. OLE color: 1074092.

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

Color convert

RGB 172 99 16 -
CMYK 0 0.42 0.91 0.33
HSL 31.92º 0.83% 0.37% -
HSV(B) 31.92º 0.91% 0.67% -
XYZ 21.57 17.73 2.78 -
YUV 111.37 74.18 171.25 -
System Red Green Blue C M Y K H S L
Decimal 172 99 16 0 0.42 0.91 0.33 31.92 0.83 0.37
Hex AC 63 10 0 2A 5B 21 20 53 25
Octal 254 143 20 0 52 133 41 40 123 45
Binary 10101100 1100011 10000 0 101010 1011011 100001 100000 1010011 100101

Color Harmonies of #AC6310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6310

Black with #AC6310

Text Example


Text Example

White with #AC6310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6310; }

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

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

background-color css

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

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

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

border-color css

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

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

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