Html Css Color HEX #A65105 Rust

📋 copy color: '#A65105'

red 166 ◦ green 81 ◦ blue 5

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

Shades of Rust #A65105

Tints of Rust #A65105

RGB

 RED value IS 166 (65.23% from 255) = 65.87%

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

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 65.87%
G = 32.14%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A65105 (or 0xA65105) is known color: Rust. HEX triplet: A6, 51 and 05. RGB value is (166,81,5). Sum of RGB (Red+Green+Blue) = 166+81+5=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A65105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65105 is #59AEFA. Grayscale: #626262. Windows color (decimal): -5877499 or 348582. OLE color: 348582.

HSL color Cylindrical-coordinate representation of color #A65105: hue angle of 28.32º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A65105 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 81 5 -
CMYK 0 0.51 0.97 0.35
HSL 28.32º 0.94% 0.34% -
HSV(B) 28.32º 0.97% 0.65% -
XYZ 18.7 14 1.86 -
YUV 97.75 75.66 176.68 -
System Red Green Blue C M Y K H S L
Decimal 166 81 5 0 0.51 0.97 0.35 28.32 0.94 0.34
Hex A6 51 5 0 33 61 23 1C 5E 22
Octal 246 121 5 0 63 141 43 34 136 42
Binary 10100110 1010001 101 0 110011 1100001 100011 11100 1011110 100010

Color Harmonies of #A65105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65105

Black with #A65105

Text Example


Text Example

White with #A65105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65105; }

 p { color: rgb(166,81,5); }

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

background-color css

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

 a { background-color: rgb(166,81,5); }

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

border-color css

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

 span { border-color: rgb(166,81,5); }

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