Html Css Color HEX #AC5707 Golden Brown

📋 copy color: '#AC5707'

red 172 ◦ green 87 ◦ blue 7

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

Shades of Golden Brown #AC5707

Tints of Golden Brown #AC5707

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.71%

 BLUE value IS 7 (3.13% from 255) = 2.63%

R = 64.66%
G = 32.71%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC5707 (or 0xAC5707) is known color: Golden Brown. HEX triplet: AC, 57 and 07. RGB value is (172,87,7). Sum of RGB (Red+Green+Blue) = 172+87+7=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5707 is #53A8F8. Grayscale: #676767. Windows color (decimal): -5482745 or 481196. OLE color: 481196.

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

Color convert

RGB 172 87 7 -
CMYK 0 0.49 0.96 0.33
HSL 29.09º 0.92% 0.35% -
HSV(B) 29.09º 0.96% 0.67% -
XYZ 20.46 15.6 2.13 -
YUV 103.3 73.66 177 -
System Red Green Blue C M Y K H S L
Decimal 172 87 7 0 0.49 0.96 0.33 29.09 0.92 0.35
Hex AC 57 7 0 31 60 21 1D 5C 23
Octal 254 127 7 0 61 140 41 35 134 43
Binary 10101100 1010111 111 0 110001 1100000 100001 11101 1011100 100011

Color Harmonies of #AC5707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5707

Black with #AC5707

Text Example


Text Example

White with #AC5707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5707; }

 p { color: rgb(172,87,7); }

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

background-color css

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

 a { background-color: rgb(172,87,7); }

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

border-color css

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

 span { border-color: rgb(172,87,7); }

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