Html Css Color HEX #AF5501 Rust

📋 copy color: '#AF5501'

red 175 ◦ green 85 ◦ blue 1

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

Shades of Rust #AF5501

Tints of Rust #AF5501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 67.05%
G = 32.57%
B = 0.38%

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

#AF5501 (or 0xAF5501) is known color: Rust. HEX triplet: AF, 55 and 01. RGB value is (175,85,1). Sum of RGB (Red+Green+Blue) = 175+85+1=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5501 is #50AAFE. Grayscale: #666666. Windows color (decimal): -5286655 or 87471. OLE color: 87471.

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

Color convert

RGB 175 85 1 -
CMYK 0 0.51 0.99 0.31
HSL 28.97º 0.99% 0.35% -
HSV(B) 28.97º 0.99% 0.69% -
XYZ 20.93 15.61 1.94 -
YUV 102.33 70.82 179.83 -
System Red Green Blue C M Y K H S L
Decimal 175 85 1 0 0.51 0.99 0.31 28.97 0.99 0.35
Hex AF 55 1 0 33 63 1F 1D 63 23
Octal 257 125 1 0 63 143 37 35 143 43
Binary 10101111 1010101 1 0 110011 1100011 11111 11101 1100011 100011

Color Harmonies of #AF5501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5501

Black with #AF5501

Text Example


Text Example

White with #AF5501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5501; }

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

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

background-color css

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

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

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

border-color css

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

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

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