Html Css Color HEX #AF4605 Rust

📋 copy color: '#AF4605'

red 175 ◦ green 70 ◦ blue 5

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

Shades of Rust #AF4605

Tints of Rust #AF4605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28%

 BLUE value IS 5 (2.34% from 255) = 2%

R = 70%
G = 28%
B = 2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF4605 (or 0xAF4605) is known color: Rust. HEX triplet: AF, 46 and 05. RGB value is (175,70,5). Sum of RGB (Red+Green+Blue) = 175+70+5=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4605 is #50B9FA. Grayscale: #5E5E5E. Windows color (decimal): -5290491 or 345775. OLE color: 345775.

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

Color convert

RGB 175 70 5 -
CMYK 0 0.60 0.97 0.31
HSL 22.94º 0.94% 0.35% -
HSV(B) 22.94º 0.97% 0.69% -
XYZ 19.9 13.51 1.7 -
YUV 93.99 77.79 185.79 -
System Red Green Blue C M Y K H S L
Decimal 175 70 5 0 0.60 0.97 0.31 22.94 0.94 0.35
Hex AF 46 5 0 3C 61 1F 17 5E 23
Octal 257 106 5 0 74 141 37 27 136 43
Binary 10101111 1000110 101 0 111100 1100001 11111 10111 1011110 100011

Color Harmonies of #AF4605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4605

Black with #AF4605

Text Example


Text Example

White with #AF4605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4605; }

 p { color: rgb(175,70,5); }

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

background-color css

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

 a { background-color: rgb(175,70,5); }

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

border-color css

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

 span { border-color: rgb(175,70,5); }

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