Html Css Color HEX #AF4E16 Rust

📋 copy color: '#AF4E16'

red 175 ◦ green 78 ◦ blue 22

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

Shades of Rust #AF4E16

Tints of Rust #AF4E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.36%

 BLUE value IS 22 (8.98% from 255) = 8%

R = 63.64%
G = 28.36%
B = 8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF4E16 (or 0xAF4E16) is known color: Rust. HEX triplet: AF, 4E and 16. RGB value is (175,78,22). Sum of RGB (Red+Green+Blue) = 175+78+22=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E16 is #50B1E9. Grayscale: #646464. Windows color (decimal): -5288426 or 1461935. OLE color: 1461935.

HSL color Cylindrical-coordinate representation of color #AF4E16: hue angle of 21.96º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF4E16 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 78 22 -
CMYK 0 0.55 0.87 0.31
HSL 21.96º 0.78% 0.39% -
HSV(B) 21.96º 0.87% 0.69% -
XYZ 20.55 14.62 2.5 -
YUV 100.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 175 78 22 0 0.55 0.87 0.31 21.96 0.78 0.39
Hex AF 4E 16 0 37 57 1F 16 4E 27
Octal 257 116 26 0 67 127 37 26 116 47
Binary 10101111 1001110 10110 0 110111 1010111 11111 10110 1001110 100111

Color Harmonies of #AF4E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E16

Black with #AF4E16

Text Example


Text Example

White with #AF4E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E16; }

 p { color: rgb(175,78,22); }

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

background-color css

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

 a { background-color: rgb(175,78,22); }

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

border-color css

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

 span { border-color: rgb(175,78,22); }

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