Html Css Color HEX #AC6F17 Golden Brown

📋 copy color: '#AC6F17'

red 172 ◦ green 111 ◦ blue 23

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

Shades of Golden Brown #AC6F17

Tints of Golden Brown #AC6F17

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.27%

 BLUE value IS 23 (9.38% from 255) = 7.52%

R = 56.21%
G = 36.27%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC6F17 (or 0xAC6F17) is known color: Golden Brown. HEX triplet: AC, 6F and 17. RGB value is (172,111,23). Sum of RGB (Red+Green+Blue) = 172+111+23=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6F17 is #5390E8. Grayscale: #777777. Windows color (decimal): -5476585 or 1535916. OLE color: 1535916.

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

Color convert

RGB 172 111 23 -
CMYK 0 0.35 0.87 0.33
HSL 35.44º 0.76% 0.38% -
HSV(B) 35.44º 0.87% 0.67% -
XYZ 22.85 20.2 3.51 -
YUV 119.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 172 111 23 0 0.35 0.87 0.33 35.44 0.76 0.38
Hex AC 6F 17 0 23 57 21 23 4C 26
Octal 254 157 27 0 43 127 41 43 114 46
Binary 10101100 1101111 10111 0 100011 1010111 100001 100011 1001100 100110

Color Harmonies of #AC6F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6F17

Black with #AC6F17

Text Example


Text Example

White with #AC6F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6F17; }

 p { color: rgb(172,111,23); }

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

background-color css

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

 a { background-color: rgb(172,111,23); }

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

border-color css

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

 span { border-color: rgb(172,111,23); }

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