Html Css Color HEX #AC570E Golden Brown

📋 copy color: '#AC570E'

red 172 ◦ green 87 ◦ blue 14

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

Shades of Golden Brown #AC570E

Tints of Golden Brown #AC570E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 63%
G = 31.87%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC570E (or 0xAC570E) is known color: Golden Brown. HEX triplet: AC, 57 and 0E. RGB value is (172,87,14). Sum of RGB (Red+Green+Blue) = 172+87+14=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC570E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC570E is #53A8F1. Grayscale: #686868. Windows color (decimal): -5482738 or 939948. OLE color: 939948.

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

Color convert

RGB 172 87 14 -
CMYK 0 0.49 0.92 0.33
HSL 27.72º 0.85% 0.36% -
HSV(B) 27.72º 0.92% 0.67% -
XYZ 20.5 15.62 2.35 -
YUV 104.09 77.16 176.44 -
System Red Green Blue C M Y K H S L
Decimal 172 87 14 0 0.49 0.92 0.33 27.72 0.85 0.36
Hex AC 57 E 0 31 5C 21 1C 55 24
Octal 254 127 16 0 61 134 41 34 125 44
Binary 10101100 1010111 1110 0 110001 1011100 100001 11100 1010101 100100

Color Harmonies of #AC570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC570E

Black with #AC570E

Text Example


Text Example

White with #AC570E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC570E; }

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

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

background-color css

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

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

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

border-color css

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

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

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