Html Css Color HEX #AF5009 Rust

📋 copy color: '#AF5009'

red 175 ◦ green 80 ◦ blue 9

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

Shades of Rust #AF5009

Tints of Rust #AF5009

RGB

 RED value IS 175 (68.75% from 255) = 66.29%

 GREEN value IS 80 (31.64% from 255) = 30.3%

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

R = 66.29%
G = 30.3%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF5009 (or 0xAF5009) is known color: Rust. HEX triplet: AF, 50 and 09. RGB value is (175,80,9). Sum of RGB (Red+Green+Blue) = 175+80+9=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5009 is #50AFF6. Grayscale: #646464. Windows color (decimal): -5287927 or 610479. OLE color: 610479.

HSL color Cylindrical-coordinate representation of color #AF5009: hue angle of 25.66º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF5009 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 9 -
CMYK 0 0.54 0.95 0.31
HSL 25.66º 0.9% 0.36% -
HSV(B) 25.66º 0.95% 0.69% -
XYZ 20.6 14.87 2.04 -
YUV 100.31 76.47 181.27 -
System Red Green Blue C M Y K H S L
Decimal 175 80 9 0 0.54 0.95 0.31 25.66 0.9 0.36
Hex AF 50 9 0 36 5F 1F 1A 5A 24
Octal 257 120 11 0 66 137 37 32 132 44
Binary 10101111 1010000 1001 0 110110 1011111 11111 11010 1011010 100100

Color Harmonies of #AF5009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5009

Black with #AF5009

Text Example


Text Example

White with #AF5009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5009; }

 p { color: rgb(175,80,9); }

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

background-color css

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

 a { background-color: rgb(175,80,9); }

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

border-color css

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

 span { border-color: rgb(175,80,9); }

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