Html Css Color HEX #AC5509 Rust

📋 copy color: '#AC5509'

red 172 ◦ green 85 ◦ blue 9

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

Shades of Rust #AC5509

Tints of Rust #AC5509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.38%

R = 64.66%
G = 31.95%
B = 3.38%

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

#AC5509 (or 0xAC5509) is known color: Rust. HEX triplet: AC, 55 and 09. RGB value is (172,85,9). Sum of RGB (Red+Green+Blue) = 172+85+9=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5509 is #53AAF6. Grayscale: #666666. Windows color (decimal): -5483255 or 611756. OLE color: 611756.

HSL color Cylindrical-coordinate representation of color #AC5509: hue angle of 27.98º degrees, saturation: 0.9, 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 #AC5509 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 85 9 -
CMYK 0 0.51 0.95 0.33
HSL 27.98º 0.9% 0.35% -
HSV(B) 27.98º 0.95% 0.67% -
XYZ 20.31 15.29 2.14 -
YUV 102.35 75.32 177.68 -
System Red Green Blue C M Y K H S L
Decimal 172 85 9 0 0.51 0.95 0.33 27.98 0.9 0.35
Hex AC 55 9 0 33 5F 21 1C 5A 23
Octal 254 125 11 0 63 137 41 34 132 43
Binary 10101100 1010101 1001 0 110011 1011111 100001 11100 1011010 100011

Color Harmonies of #AC5509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5509

Black with #AC5509

Text Example


Text Example

White with #AC5509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5509; }

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

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

background-color css

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

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

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

border-color css

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

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

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