Html Css Color HEX #AF4E14 Rust

📋 copy color: '#AF4E14'

red 175 ◦ green 78 ◦ blue 20

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

Shades of Rust #AF4E14

Tints of Rust #AF4E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 64.1%
G = 28.57%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF4E14 (or 0xAF4E14) is known color: Rust. HEX triplet: AF, 4E and 14. RGB value is (175,78,20). Sum of RGB (Red+Green+Blue) = 175+78+20=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E14 is #50B1EB. Grayscale: #646464. Windows color (decimal): -5288428 or 1330863. OLE color: 1330863.

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

Color convert

RGB 175 78 20 -
CMYK 0 0.55 0.89 0.31
HSL 22.45º 0.79% 0.38% -
HSV(B) 22.45º 0.89% 0.69% -
XYZ 20.53 14.61 2.4 -
YUV 100.39 82.64 181.22 -
System Red Green Blue C M Y K H S L
Decimal 175 78 20 0 0.55 0.89 0.31 22.45 0.79 0.38
Hex AF 4E 14 0 37 59 1F 16 4F 26
Octal 257 116 24 0 67 131 37 26 117 46
Binary 10101111 1001110 10100 0 110111 1011001 11111 10110 1001111 100110

Color Harmonies of #AF4E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E14

Black with #AF4E14

Text Example


Text Example

White with #AF4E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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