Html Css Color HEX #AF5602 Rust

📋 copy color: '#AF5602'

red 175 ◦ green 86 ◦ blue 2

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

Shades of Rust #AF5602

Tints of Rust #AF5602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.7%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 66.54%
G = 32.7%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF5602 (or 0xAF5602) is known color: Rust. HEX triplet: AF, 56 and 02. RGB value is (175,86,2). Sum of RGB (Red+Green+Blue) = 175+86+2=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5602 is #50A9FD. Grayscale: #676767. Windows color (decimal): -5286398 or 153263. OLE color: 153263.

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

Color convert

RGB 175 86 2 -
CMYK 0 0.51 0.99 0.31
HSL 29.13º 0.98% 0.35% -
HSV(B) 29.13º 0.99% 0.69% -
XYZ 21.02 15.77 1.99 -
YUV 103.04 70.99 179.33 -
System Red Green Blue C M Y K H S L
Decimal 175 86 2 0 0.51 0.99 0.31 29.13 0.98 0.35
Hex AF 56 2 0 33 63 1F 1D 62 23
Octal 257 126 2 0 63 143 37 35 142 43
Binary 10101111 1010110 10 0 110011 1100011 11111 11101 1100010 100011

Color Harmonies of #AF5602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5602

Black with #AF5602

Text Example


Text Example

White with #AF5602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5602; }

 p { color: rgb(175,86,2); }

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

background-color css

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

 a { background-color: rgb(175,86,2); }

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

border-color css

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

 span { border-color: rgb(175,86,2); }

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