Html Css Color HEX #AF5106 Rust

📋 copy color: '#AF5106'

red 175 ◦ green 81 ◦ blue 6

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

Shades of Rust #AF5106

Tints of Rust #AF5106

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.92%

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

R = 66.79%
G = 30.92%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF5106 (or 0xAF5106) is known color: Rust. HEX triplet: AF, 51 and 06. RGB value is (175,81,6). Sum of RGB (Red+Green+Blue) = 175+81+6=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5106 is #50AEF9. Grayscale: #646464. Windows color (decimal): -5287674 or 414127. OLE color: 414127.

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

Color convert

RGB 175 81 6 -
CMYK 0 0.54 0.97 0.31
HSL 26.63º 0.93% 0.35% -
HSV(B) 26.63º 0.97% 0.69% -
XYZ 20.65 15.01 1.98 -
YUV 100.56 74.64 181.1 -
System Red Green Blue C M Y K H S L
Decimal 175 81 6 0 0.54 0.97 0.31 26.63 0.93 0.35
Hex AF 51 6 0 36 61 1F 1B 5D 23
Octal 257 121 6 0 66 141 37 33 135 43
Binary 10101111 1010001 110 0 110110 1100001 11111 11011 1011101 100011

Color Harmonies of #AF5106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5106

Black with #AF5106

Text Example


Text Example

White with #AF5106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5106; }

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

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

background-color css

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

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

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

border-color css

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

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

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