Html Css Color HEX #AC6B15 Golden Brown

📋 copy color: '#AC6B15'

red 172 ◦ green 107 ◦ blue 21

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

Shades of Golden Brown #AC6B15

Tints of Golden Brown #AC6B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.67%

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

R = 57.33%
G = 35.67%
B = 7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC6B15 (or 0xAC6B15) is known color: Golden Brown. HEX triplet: AC, 6B and 15. RGB value is (172,107,21). Sum of RGB (Red+Green+Blue) = 172+107+21=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6B15 is #5394EA. Grayscale: #757575. Windows color (decimal): -5477611 or 1403820. OLE color: 1403820.

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

Color convert

RGB 172 107 21 -
CMYK 0 0.38 0.88 0.33
HSL 34.17º 0.78% 0.38% -
HSV(B) 34.17º 0.88% 0.67% -
XYZ 22.41 19.34 3.26 -
YUV 116.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 172 107 21 0 0.38 0.88 0.33 34.17 0.78 0.38
Hex AC 6B 15 0 26 58 21 22 4E 26
Octal 254 153 25 0 46 130 41 42 116 46
Binary 10101100 1101011 10101 0 100110 1011000 100001 100010 1001110 100110

Color Harmonies of #AC6B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B15

Black with #AC6B15

Text Example


Text Example

White with #AC6B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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