Html Css Color HEX #AF4709 Rust

📋 copy color: '#AF4709'

red 175 ◦ green 71 ◦ blue 9

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

Shades of Rust #AF4709

Tints of Rust #AF4709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.53%

R = 68.63%
G = 27.84%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF4709 (or 0xAF4709) is known color: Rust. HEX triplet: AF, 47 and 09. RGB value is (175,71,9). Sum of RGB (Red+Green+Blue) = 175+71+9=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4709 is #50B8F6. Grayscale: #5F5F5F. Windows color (decimal): -5290231 or 608175. OLE color: 608175.

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

Color convert

RGB 175 71 9 -
CMYK 0 0.59 0.95 0.31
HSL 22.41º 0.9% 0.36% -
HSV(B) 22.41º 0.95% 0.69% -
XYZ 19.98 13.64 1.84 -
YUV 95.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 175 71 9 0 0.59 0.95 0.31 22.41 0.9 0.36
Hex AF 47 9 0 3B 5F 1F 16 5A 24
Octal 257 107 11 0 73 137 37 26 132 44
Binary 10101111 1000111 1001 0 111011 1011111 11111 10110 1011010 100100

Color Harmonies of #AF4709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4709

Black with #AF4709

Text Example


Text Example

White with #AF4709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4709; }

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

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

background-color css

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

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

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

border-color css

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

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

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