Html Css Color HEX #AF3706 Rust

📋 copy color: '#AF3706'

red 175 ◦ green 55 ◦ blue 6

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

Shades of Rust #AF3706

Tints of Rust #AF3706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.31%

 BLUE value IS 6 (2.73% from 255) = 2.54%

R = 74.15%
G = 23.31%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF3706 (or 0xAF3706) is known color: Rust. HEX triplet: AF, 37 and 06. RGB value is (175,55,6). Sum of RGB (Red+Green+Blue) = 175+55+6=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3706 is #50C8F9. Grayscale: #555555. Windows color (decimal): -5294330 or 407471. OLE color: 407471.

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

Color convert

RGB 175 55 6 -
CMYK 0 0.69 0.97 0.31
HSL 17.4º 0.93% 0.35% -
HSV(B) 17.4º 0.97% 0.69% -
XYZ 19.08 11.86 1.46 -
YUV 85.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 175 55 6 0 0.69 0.97 0.31 17.4 0.93 0.35
Hex AF 37 6 0 45 61 1F 11 5D 23
Octal 257 67 6 0 105 141 37 21 135 43
Binary 10101111 110111 110 0 1000101 1100001 11111 10001 1011101 100011

Color Harmonies of #AF3706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3706

Black with #AF3706

Text Example


Text Example

White with #AF3706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3706; }

 p { color: rgb(175,55,6); }

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

background-color css

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

 a { background-color: rgb(175,55,6); }

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

border-color css

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

 span { border-color: rgb(175,55,6); }

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