Html Css Color HEX #A95306 Rust

📋 copy color: '#A95306'

red 169 ◦ green 83 ◦ blue 6

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

Shades of Rust #A95306

Tints of Rust #A95306

RGB

 RED value IS 169 (66.41% from 255) = 65.5%

 GREEN value IS 83 (32.81% from 255) = 32.17%

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

R = 65.5%
G = 32.17%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A95306 (or 0xA95306) is known color: Rust. HEX triplet: A9, 53 and 06. RGB value is (169,83,6). Sum of RGB (Red+Green+Blue) = 169+83+6=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A95306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95306 is #56ACF9. Grayscale: #646464. Windows color (decimal): -5680378 or 414633. OLE color: 414633.

HSL color Cylindrical-coordinate representation of color #A95306: hue angle of 28.34º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A95306 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 83 6 -
CMYK 0 0.51 0.96 0.34
HSL 28.34º 0.93% 0.34% -
HSV(B) 28.34º 0.96% 0.66% -
XYZ 19.49 14.63 1.97 -
YUV 99.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 169 83 6 0 0.51 0.96 0.34 28.34 0.93 0.34
Hex A9 53 6 0 33 60 22 1C 5D 22
Octal 251 123 6 0 63 140 42 34 135 42
Binary 10101001 1010011 110 0 110011 1100000 100010 11100 1011101 100010

Color Harmonies of #A95306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95306

Black with #A95306

Text Example


Text Example

White with #A95306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95306; }

 p { color: rgb(169,83,6); }

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

background-color css

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

 a { background-color: rgb(169,83,6); }

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

border-color css

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

 span { border-color: rgb(169,83,6); }

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