Html Css Color HEX #AF460A Rust

📋 copy color: '#AF460A'

red 175 ◦ green 70 ◦ blue 10

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

Shades of Rust #AF460A

Tints of Rust #AF460A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

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

R = 68.63%
G = 27.45%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF460A (or 0xAF460A) is known color: Rust. HEX triplet: AF, 46 and 0A. RGB value is (175,70,10). Sum of RGB (Red+Green+Blue) = 175+70+10=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF460A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF460A is #50B9F5. Grayscale: #5E5E5E. Windows color (decimal): -5290486 or 673455. OLE color: 673455.

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

Color convert

RGB 175 70 10 -
CMYK 0 0.60 0.94 0.31
HSL 21.82º 0.89% 0.36% -
HSV(B) 21.82º 0.94% 0.69% -
XYZ 19.92 13.52 1.85 -
YUV 94.56 80.29 185.38 -
System Red Green Blue C M Y K H S L
Decimal 175 70 10 0 0.60 0.94 0.31 21.82 0.89 0.36
Hex AF 46 A 0 3C 5E 1F 16 59 24
Octal 257 106 12 0 74 136 37 26 131 44
Binary 10101111 1000110 1010 0 111100 1011110 11111 10110 1011001 100100

Color Harmonies of #AF460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF460A

Black with #AF460A

Text Example


Text Example

White with #AF460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF460A; }

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

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

background-color css

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

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

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

border-color css

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

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

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