Html Css Color HEX #AF4614 Rust

📋 copy color: '#AF4614'

red 175 ◦ green 70 ◦ blue 20

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

Shades of Rust #AF4614

Tints of Rust #AF4614

RGB

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

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

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

R = 66.04%
G = 26.42%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF4614 (or 0xAF4614) is known color: Rust. HEX triplet: AF, 46 and 14. RGB value is (175,70,20). Sum of RGB (Red+Green+Blue) = 175+70+20=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4614 is #50B9EB. Grayscale: #606060. Windows color (decimal): -5290476 or 1328815. OLE color: 1328815.

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

Color convert

RGB 175 70 20 -
CMYK 0 0.60 0.89 0.31
HSL 19.35º 0.79% 0.38% -
HSV(B) 19.35º 0.89% 0.69% -
XYZ 20 13.54 2.22 -
YUV 95.7 85.29 184.57 -
System Red Green Blue C M Y K H S L
Decimal 175 70 20 0 0.60 0.89 0.31 19.35 0.79 0.38
Hex AF 46 14 0 3C 59 1F 13 4F 26
Octal 257 106 24 0 74 131 37 23 117 46
Binary 10101111 1000110 10100 0 111100 1011001 11111 10011 1001111 100110

Color Harmonies of #AF4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4614

Black with #AF4614

Text Example


Text Example

White with #AF4614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4614; }

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

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

background-color css

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

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

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

border-color css

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

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

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