Html Css Color HEX #AC6613 Golden Brown

📋 copy color: '#AC6613'

red 172 ◦ green 102 ◦ blue 19

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

Shades of Golden Brown #AC6613

Tints of Golden Brown #AC6613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.81%

 BLUE value IS 19 (7.81% from 255) = 6.48%

R = 58.7%
G = 34.81%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC6613 (or 0xAC6613) is known color: Golden Brown. HEX triplet: AC, 66 and 13. RGB value is (172,102,19). Sum of RGB (Red+Green+Blue) = 172+102+19=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6613 is #5399EC. Grayscale: #717171. Windows color (decimal): -5478893 or 1271468. OLE color: 1271468.

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

Color convert

RGB 172 102 19 -
CMYK 0 0.41 0.89 0.33
HSL 32.55º 0.8% 0.37% -
HSV(B) 32.55º 0.89% 0.67% -
XYZ 21.88 18.32 3 -
YUV 113.47 74.69 169.75 -
System Red Green Blue C M Y K H S L
Decimal 172 102 19 0 0.41 0.89 0.33 32.55 0.8 0.37
Hex AC 66 13 0 29 59 21 21 50 25
Octal 254 146 23 0 51 131 41 41 120 45
Binary 10101100 1100110 10011 0 101001 1011001 100001 100001 1010000 100101

Color Harmonies of #AC6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6613

Black with #AC6613

Text Example


Text Example

White with #AC6613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6613; }

 p { color: rgb(172,102,19); }

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

background-color css

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

 a { background-color: rgb(172,102,19); }

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

border-color css

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

 span { border-color: rgb(172,102,19); }

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