Html Css Color HEX #AF5512 Rust

📋 copy color: '#AF5512'

red 175 ◦ green 85 ◦ blue 18

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

Shades of Rust #AF5512

Tints of Rust #AF5512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.47%

R = 62.95%
G = 30.58%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF5512 (or 0xAF5512) is known color: Rust. HEX triplet: AF, 55 and 12. RGB value is (175,85,18). Sum of RGB (Red+Green+Blue) = 175+85+18=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5512 is #50AAED. Grayscale: #686868. Windows color (decimal): -5286638 or 1201583. OLE color: 1201583.

HSL color Cylindrical-coordinate representation of color #AF5512: hue angle of 25.61º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF5512 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 85 18 -
CMYK 0 0.51 0.90 0.31
HSL 25.61º 0.81% 0.38% -
HSV(B) 25.61º 0.9% 0.69% -
XYZ 21.04 15.65 2.49 -
YUV 104.27 79.32 178.45 -
System Red Green Blue C M Y K H S L
Decimal 175 85 18 0 0.51 0.90 0.31 25.61 0.81 0.38
Hex AF 55 12 0 33 5A 1F 1A 51 26
Octal 257 125 22 0 63 132 37 32 121 46
Binary 10101111 1010101 10010 0 110011 1011010 11111 11010 1010001 100110

Color Harmonies of #AF5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5512

Black with #AF5512

Text Example


Text Example

White with #AF5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5512; }

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

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

background-color css

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

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

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

border-color css

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

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

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