Html Css Color HEX #AF5006 Rust

📋 copy color: '#AF5006'

red 175 ◦ green 80 ◦ blue 6

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

Shades of Rust #AF5006

Tints of Rust #AF5006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.3%

R = 67.05%
G = 30.65%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF5006 (or 0xAF5006) is known color: Rust. HEX triplet: AF, 50 and 06. RGB value is (175,80,6). Sum of RGB (Red+Green+Blue) = 175+80+6=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5006 is #50AFF9. Grayscale: #646464. Windows color (decimal): -5287930 or 413871. OLE color: 413871.

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

Color convert

RGB 175 80 6 -
CMYK 0 0.54 0.97 0.31
HSL 26.27º 0.93% 0.35% -
HSV(B) 26.27º 0.97% 0.69% -
XYZ 20.58 14.86 1.96 -
YUV 99.97 74.97 181.52 -
System Red Green Blue C M Y K H S L
Decimal 175 80 6 0 0.54 0.97 0.31 26.27 0.93 0.35
Hex AF 50 6 0 36 61 1F 1A 5D 23
Octal 257 120 6 0 66 141 37 32 135 43
Binary 10101111 1010000 110 0 110110 1100001 11111 11010 1011101 100011

Color Harmonies of #AF5006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5006

Black with #AF5006

Text Example


Text Example

White with #AF5006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5006; }

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

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

background-color css

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

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

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

border-color css

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

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

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