Html Css Color HEX #AC5508 Rust

📋 copy color: '#AC5508'

red 172 ◦ green 85 ◦ blue 8

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

Shades of Rust #AC5508

Tints of Rust #AC5508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.08%

 BLUE value IS 8 (3.52% from 255) = 3.02%

R = 64.91%
G = 32.08%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC5508 (or 0xAC5508) is known color: Rust. HEX triplet: AC, 55 and 08. RGB value is (172,85,8). Sum of RGB (Red+Green+Blue) = 172+85+8=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5508 is #53AAF7. Grayscale: #666666. Windows color (decimal): -5483256 or 546220. OLE color: 546220.

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

Color convert

RGB 172 85 8 -
CMYK 0 0.51 0.95 0.33
HSL 28.17º 0.91% 0.35% -
HSV(B) 28.17º 0.95% 0.67% -
XYZ 20.31 15.29 2.11 -
YUV 102.24 74.82 177.76 -
System Red Green Blue C M Y K H S L
Decimal 172 85 8 0 0.51 0.95 0.33 28.17 0.91 0.35
Hex AC 55 8 0 33 5F 21 1C 5B 23
Octal 254 125 10 0 63 137 41 34 133 43
Binary 10101100 1010101 1000 0 110011 1011111 100001 11100 1011011 100011

Color Harmonies of #AC5508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5508

Black with #AC5508

Text Example


Text Example

White with #AC5508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5508; }

 p { color: rgb(172,85,8); }

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

background-color css

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

 a { background-color: rgb(172,85,8); }

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

border-color css

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

 span { border-color: rgb(172,85,8); }

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