Html Css Color HEX #AF4704 Rust

📋 copy color: '#AF4704'

red 175 ◦ green 71 ◦ blue 4

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

Shades of Rust #AF4704

Tints of Rust #AF4704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 70%
G = 28.4%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF4704 (or 0xAF4704) is known color: Rust. HEX triplet: AF, 47 and 04. RGB value is (175,71,4). Sum of RGB (Red+Green+Blue) = 175+71+4=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4704 is #50B8FB. Grayscale: #5E5E5E. Windows color (decimal): -5290236 or 280495. OLE color: 280495.

HSL color Cylindrical-coordinate representation of color #AF4704: hue angle of 23.51º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF4704 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 71 4 -
CMYK 0 0.59 0.98 0.31
HSL 23.51º 0.96% 0.35% -
HSV(B) 23.51º 0.98% 0.69% -
XYZ 19.95 13.63 1.69 -
YUV 94.46 76.96 185.45 -
System Red Green Blue C M Y K H S L
Decimal 175 71 4 0 0.59 0.98 0.31 23.51 0.96 0.35
Hex AF 47 4 0 3B 62 1F 18 60 23
Octal 257 107 4 0 73 142 37 30 140 43
Binary 10101111 1000111 100 0 111011 1100010 11111 11000 1100000 100011

Color Harmonies of #AF4704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4704

Black with #AF4704

Text Example


Text Example

White with #AF4704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4704; }

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

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

background-color css

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

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

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

border-color css

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

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

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