Html Css Color HEX #AF540A Rust

📋 copy color: '#AF540A'

red 175 ◦ green 84 ◦ blue 10

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

Shades of Rust #AF540A

Tints of Rust #AF540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

 BLUE value IS 10 (4.3% from 255) = 3.72%

R = 65.06%
G = 31.23%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF540A (or 0xAF540A) is known color: Rust. HEX triplet: AF, 54 and 0A. RGB value is (175,84,10). Sum of RGB (Red+Green+Blue) = 175+84+10=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF540A is #50ABF5. Grayscale: #676767. Windows color (decimal): -5286902 or 677039. OLE color: 677039.

HSL color Cylindrical-coordinate representation of color #AF540A: hue angle of 26.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF540A is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 84 10 -
CMYK 0 0.52 0.94 0.31
HSL 26.91º 0.89% 0.36% -
HSV(B) 26.91º 0.94% 0.69% -
XYZ 20.9 15.48 2.17 -
YUV 102.77 75.65 179.52 -
System Red Green Blue C M Y K H S L
Decimal 175 84 10 0 0.52 0.94 0.31 26.91 0.89 0.36
Hex AF 54 A 0 34 5E 1F 1B 59 24
Octal 257 124 12 0 64 136 37 33 131 44
Binary 10101111 1010100 1010 0 110100 1011110 11111 11011 1011001 100100

Color Harmonies of #AF540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF540A

Black with #AF540A

Text Example


Text Example

White with #AF540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF540A; }

 p { color: rgb(175,84,10); }

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

background-color css

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

 a { background-color: rgb(175,84,10); }

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

border-color css

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

 span { border-color: rgb(175,84,10); }

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