Html Css Color HEX #AF5704 Rust

📋 copy color: '#AF5704'

red 175 ◦ green 87 ◦ blue 4

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

Shades of Rust #AF5704

Tints of Rust #AF5704

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.71%

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

R = 65.79%
G = 32.71%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF5704 (or 0xAF5704) is known color: Rust. HEX triplet: AF, 57 and 04. RGB value is (175,87,4). Sum of RGB (Red+Green+Blue) = 175+87+4=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5704 is #50A8FB. Grayscale: #686868. Windows color (decimal): -5286140 or 284591. OLE color: 284591.

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

Color convert

RGB 175 87 4 -
CMYK 0 0.50 0.98 0.31
HSL 29.12º 0.96% 0.35% -
HSV(B) 29.12º 0.98% 0.69% -
XYZ 21.11 15.94 2.08 -
YUV 103.85 71.65 178.75 -
System Red Green Blue C M Y K H S L
Decimal 175 87 4 0 0.50 0.98 0.31 29.12 0.96 0.35
Hex AF 57 4 0 32 62 1F 1D 60 23
Octal 257 127 4 0 62 142 37 35 140 43
Binary 10101111 1010111 100 0 110010 1100010 11111 11101 1100000 100011

Color Harmonies of #AF5704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5704

Black with #AF5704

Text Example


Text Example

White with #AF5704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5704; }

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

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

background-color css

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

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

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

border-color css

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

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

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