Html Css Color HEX #AF550E Rust

📋 copy color: '#AF550E'

red 175 ◦ green 85 ◦ blue 14

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

Shades of Rust #AF550E

Tints of Rust #AF550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.11%

R = 63.87%
G = 31.02%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF550E (or 0xAF550E) is known color: Rust. HEX triplet: AF, 55 and 0E. RGB value is (175,85,14). Sum of RGB (Red+Green+Blue) = 175+85+14=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF550E is #50AAF1. Grayscale: #686868. Windows color (decimal): -5286642 or 939439. OLE color: 939439.

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

Color convert

RGB 175 85 14 -
CMYK 0 0.51 0.92 0.31
HSL 26.46º 0.85% 0.37% -
HSV(B) 26.46º 0.92% 0.69% -
XYZ 21.01 15.64 2.33 -
YUV 103.82 77.32 178.77 -
System Red Green Blue C M Y K H S L
Decimal 175 85 14 0 0.51 0.92 0.31 26.46 0.85 0.37
Hex AF 55 E 0 33 5C 1F 1A 55 25
Octal 257 125 16 0 63 134 37 32 125 45
Binary 10101111 1010101 1110 0 110011 1011100 11111 11010 1010101 100101

Color Harmonies of #AF550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF550E

Black with #AF550E

Text Example


Text Example

White with #AF550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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