Html Css Color HEX #AF4714 Rust

📋 copy color: '#AF4714'

red 175 ◦ green 71 ◦ blue 20

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

Shades of Rust #AF4714

Tints of Rust #AF4714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

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

R = 65.79%
G = 26.69%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF4714 (or 0xAF4714) is known color: Rust. HEX triplet: AF, 47 and 14. RGB value is (175,71,20). Sum of RGB (Red+Green+Blue) = 175+71+20=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4714 is #50B8EB. Grayscale: #606060. Windows color (decimal): -5290220 or 1329071. OLE color: 1329071.

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

Color convert

RGB 175 71 20 -
CMYK 0 0.59 0.89 0.31
HSL 19.74º 0.79% 0.38% -
HSV(B) 19.74º 0.89% 0.69% -
XYZ 20.06 13.67 2.24 -
YUV 96.28 84.96 184.15 -
System Red Green Blue C M Y K H S L
Decimal 175 71 20 0 0.59 0.89 0.31 19.74 0.79 0.38
Hex AF 47 14 0 3B 59 1F 14 4F 26
Octal 257 107 24 0 73 131 37 24 117 46
Binary 10101111 1000111 10100 0 111011 1011001 11111 10100 1001111 100110

Color Harmonies of #AF4714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4714

Black with #AF4714

Text Example


Text Example

White with #AF4714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4714; }

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

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

background-color css

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

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

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

border-color css

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

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

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