Html Css Color HEX #AC6415 Golden Brown

📋 copy color: '#AC6415'

red 172 ◦ green 100 ◦ blue 21

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

Shades of Golden Brown #AC6415

Tints of Golden Brown #AC6415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 58.7%
G = 34.13%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC6415 (or 0xAC6415) is known color: Golden Brown. HEX triplet: AC, 64 and 15. RGB value is (172,100,21). Sum of RGB (Red+Green+Blue) = 172+100+21=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6415 is #539BEA. Grayscale: #707070. Windows color (decimal): -5479403 or 1402028. OLE color: 1402028.

HSL color Cylindrical-coordinate representation of color #AC6415: hue angle of 31.39º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC6415 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 100 21 -
CMYK 0 0.42 0.88 0.33
HSL 31.39º 0.78% 0.38% -
HSV(B) 31.39º 0.88% 0.67% -
XYZ 21.71 17.94 3.03 -
YUV 112.52 76.35 170.42 -
System Red Green Blue C M Y K H S L
Decimal 172 100 21 0 0.42 0.88 0.33 31.39 0.78 0.38
Hex AC 64 15 0 2A 58 21 1F 4E 26
Octal 254 144 25 0 52 130 41 37 116 46
Binary 10101100 1100100 10101 0 101010 1011000 100001 11111 1001110 100110

Color Harmonies of #AC6415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6415

Black with #AC6415

Text Example


Text Example

White with #AC6415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6415; }

 p { color: rgb(172,100,21); }

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

background-color css

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

 a { background-color: rgb(172,100,21); }

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

border-color css

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

 span { border-color: rgb(172,100,21); }

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