Html Css Color HEX #AF5503 Rust

📋 copy color: '#AF5503'

red 175 ◦ green 85 ◦ blue 3

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

Shades of Rust #AF5503

Tints of Rust #AF5503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.14%

R = 66.54%
G = 32.32%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF5503 (or 0xAF5503) is known color: Rust. HEX triplet: AF, 55 and 03. RGB value is (175,85,3). Sum of RGB (Red+Green+Blue) = 175+85+3=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5503 is #50AAFC. Grayscale: #666666. Windows color (decimal): -5286653 or 218543. OLE color: 218543.

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

Color convert

RGB 175 85 3 -
CMYK 0 0.51 0.98 0.31
HSL 28.6º 0.97% 0.35% -
HSV(B) 28.6º 0.98% 0.69% -
XYZ 20.94 15.62 2 -
YUV 102.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 175 85 3 0 0.51 0.98 0.31 28.6 0.97 0.35
Hex AF 55 3 0 33 62 1F 1D 61 23
Octal 257 125 3 0 63 142 37 35 141 43
Binary 10101111 1010101 11 0 110011 1100010 11111 11101 1100001 100011

Color Harmonies of #AF5503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5503

Black with #AF5503

Text Example


Text Example

White with #AF5503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5503; }

 p { color: rgb(175,85,3); }

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

background-color css

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

 a { background-color: rgb(175,85,3); }

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

border-color css

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

 span { border-color: rgb(175,85,3); }

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