Html Css Color HEX #AF5510 Rust

📋 copy color: '#AF5510'

red 175 ◦ green 85 ◦ blue 16

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

Shades of Rust #AF5510

Tints of Rust #AF5510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.8%

R = 63.41%
G = 30.8%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF5510 (or 0xAF5510) is known color: Rust. HEX triplet: AF, 55 and 10. RGB value is (175,85,16). Sum of RGB (Red+Green+Blue) = 175+85+16=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5510 is #50AAEF. Grayscale: #686868. Windows color (decimal): -5286640 or 1070511. OLE color: 1070511.

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

Color convert

RGB 175 85 16 -
CMYK 0 0.51 0.91 0.31
HSL 26.04º 0.83% 0.37% -
HSV(B) 26.04º 0.91% 0.69% -
XYZ 21.02 15.65 2.4 -
YUV 104.04 78.32 178.61 -
System Red Green Blue C M Y K H S L
Decimal 175 85 16 0 0.51 0.91 0.31 26.04 0.83 0.37
Hex AF 55 10 0 33 5B 1F 1A 53 25
Octal 257 125 20 0 63 133 37 32 123 45
Binary 10101111 1010101 10000 0 110011 1011011 11111 11010 1010011 100101

Color Harmonies of #AF5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5510

Black with #AF5510

Text Example


Text Example

White with #AF5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5510; }

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

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

background-color css

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

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

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

border-color css

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

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

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