Html Css Color HEX #AF5406 Rust

📋 copy color: '#AF5406'

red 175 ◦ green 84 ◦ blue 6

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

Shades of Rust #AF5406

Tints of Rust #AF5406

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.7%

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

R = 66.04%
G = 31.7%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF5406 (or 0xAF5406) is known color: Rust. HEX triplet: AF, 54 and 06. RGB value is (175,84,6). Sum of RGB (Red+Green+Blue) = 175+84+6=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5406 is #50ABF9. Grayscale: #666666. Windows color (decimal): -5286906 or 414895. OLE color: 414895.

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

Color convert

RGB 175 84 6 -
CMYK 0 0.52 0.97 0.31
HSL 27.69º 0.93% 0.35% -
HSV(B) 27.69º 0.97% 0.69% -
XYZ 20.88 15.47 2.06 -
YUV 102.32 73.65 179.84 -
System Red Green Blue C M Y K H S L
Decimal 175 84 6 0 0.52 0.97 0.31 27.69 0.93 0.35
Hex AF 54 6 0 34 61 1F 1C 5D 23
Octal 257 124 6 0 64 141 37 34 135 43
Binary 10101111 1010100 110 0 110100 1100001 11111 11100 1011101 100011

Color Harmonies of #AF5406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5406

Black with #AF5406

Text Example


Text Example

White with #AF5406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5406; }

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

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

background-color css

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

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

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

border-color css

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

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

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