Html Css Color HEX #AF3206 Rust

📋 copy color: '#AF3206'

red 175 ◦ green 50 ◦ blue 6

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

Shades of Rust #AF3206

Tints of Rust #AF3206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.65%

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

R = 75.76%
G = 21.65%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF3206 (or 0xAF3206) is known color: Rust. HEX triplet: AF, 32 and 06. RGB value is (175,50,6). Sum of RGB (Red+Green+Blue) = 175+50+6=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3206 is #50CDF9. Grayscale: #525252. Windows color (decimal): -5295610 or 406191. OLE color: 406191.

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

Color convert

RGB 175 50 6 -
CMYK 0 0.71 0.97 0.31
HSL 15.62º 0.93% 0.35% -
HSV(B) 15.62º 0.97% 0.69% -
XYZ 18.85 11.41 1.38 -
YUV 82.36 84.91 194.08 -
System Red Green Blue C M Y K H S L
Decimal 175 50 6 0 0.71 0.97 0.31 15.62 0.93 0.35
Hex AF 32 6 0 47 61 1F 10 5D 23
Octal 257 62 6 0 107 141 37 20 135 43
Binary 10101111 110010 110 0 1000111 1100001 11111 10000 1011101 100011

Color Harmonies of #AF3206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3206

Black with #AF3206

Text Example


Text Example

White with #AF3206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3206; }

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

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

background-color css

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

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

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

border-color css

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

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

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