Html Css Color HEX #AF5008 Rust

📋 copy color: '#AF5008'

red 175 ◦ green 80 ◦ blue 8

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

Shades of Rust #AF5008

Tints of Rust #AF5008

RGB

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

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

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

R = 66.54%
G = 30.42%
B = 3.04%

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

#AF5008 (or 0xAF5008) is known color: Rust. HEX triplet: AF, 50 and 08. RGB value is (175,80,8). Sum of RGB (Red+Green+Blue) = 175+80+8=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5008 is #50AFF7. Grayscale: #646464. Windows color (decimal): -5287928 or 544943. OLE color: 544943.

HSL color Cylindrical-coordinate representation of color #AF5008: hue angle of 25.87º degrees, saturation: 0.91, 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 #AF5008 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 8 -
CMYK 0 0.54 0.95 0.31
HSL 25.87º 0.91% 0.36% -
HSV(B) 25.87º 0.95% 0.69% -
XYZ 20.59 14.87 2.01 -
YUV 100.2 75.97 181.35 -
System Red Green Blue C M Y K H S L
Decimal 175 80 8 0 0.54 0.95 0.31 25.87 0.91 0.36
Hex AF 50 8 0 36 5F 1F 1A 5B 24
Octal 257 120 10 0 66 137 37 32 133 44
Binary 10101111 1010000 1000 0 110110 1011111 11111 11010 1011011 100100

Color Harmonies of #AF5008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5008

Black with #AF5008

Text Example


Text Example

White with #AF5008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5008; }

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

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

background-color css

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

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

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

border-color css

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

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

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