Html Css Color HEX #AF5205 Rust

📋 copy color: '#AF5205'

red 175 ◦ green 82 ◦ blue 5

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

Shades of Rust #AF5205

Tints of Rust #AF5205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.3%

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

R = 66.79%
G = 31.3%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF5205 (or 0xAF5205) is known color: Rust. HEX triplet: AF, 52 and 05. RGB value is (175,82,5). Sum of RGB (Red+Green+Blue) = 175+82+5=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5205 is #50ADFA. Grayscale: #656565. Windows color (decimal): -5287419 or 348847. OLE color: 348847.

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

Color convert

RGB 175 82 5 -
CMYK 0 0.53 0.97 0.31
HSL 27.18º 0.94% 0.35% -
HSV(B) 27.18º 0.97% 0.69% -
XYZ 20.72 15.16 1.98 -
YUV 101.03 73.81 180.76 -
System Red Green Blue C M Y K H S L
Decimal 175 82 5 0 0.53 0.97 0.31 27.18 0.94 0.35
Hex AF 52 5 0 35 61 1F 1B 5E 23
Octal 257 122 5 0 65 141 37 33 136 43
Binary 10101111 1010010 101 0 110101 1100001 11111 11011 1011110 100011

Color Harmonies of #AF5205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5205

Black with #AF5205

Text Example


Text Example

White with #AF5205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5205; }

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

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

background-color css

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

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

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

border-color css

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

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

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