Html Css Color HEX #AC5700 Golden Brown

📋 copy color: '#AC5700'

red 172 ◦ green 87 ◦ blue 0

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

Shades of Golden Brown #AC5700

Tints of Golden Brown #AC5700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.41%
G = 33.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC5700 (or 0xAC5700) is known color: Golden Brown. HEX triplet: AC, 57 and 00. RGB value is (172,87,0). Sum of RGB (Red+Green+Blue) = 172+87+0=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5700 is #53A8FF. Grayscale: #666666. Windows color (decimal): -5482752 or 22444. OLE color: 22444.

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

Color convert

RGB 172 87 0 -
CMYK 0 0.49 1 0.33
HSL 30.35º 1% 0.34% -
HSV(B) 30.35º 1% 0.67% -
XYZ 20.42 15.59 1.93 -
YUV 102.5 70.16 177.57 -
System Red Green Blue C M Y K H S L
Decimal 172 87 0 0 0.49 1 0.33 30.35 1 0.34
Hex AC 57 0 0 31 64 21 1E 64 22
Octal 254 127 0 0 61 144 41 36 144 42
Binary 10101100 1010111 0 0 110001 1100100 100001 11110 1100100 100010

Color Harmonies of #AC5700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5700

Black with #AC5700

Text Example


Text Example

White with #AC5700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5700; }

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

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

background-color css

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

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

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

border-color css

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

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

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