Html Css Color HEX #A95008 Rust

📋 copy color: '#A95008'

red 169 ◦ green 80 ◦ blue 8

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

Shades of Rust #A95008

Tints of Rust #A95008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

 BLUE value IS 8 (3.52% from 255) = 3.11%

R = 65.76%
G = 31.13%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A95008 (or 0xA95008) is known color: Rust. HEX triplet: A9, 50 and 08. RGB value is (169,80,8). Sum of RGB (Red+Green+Blue) = 169+80+8=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A95008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95008 is #56AFF7. Grayscale: #626262. Windows color (decimal): -5681144 or 544937. OLE color: 544937.

HSL color Cylindrical-coordinate representation of color #A95008: hue angle of 26.83º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A95008 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 80 8 -
CMYK 0 0.53 0.95 0.34
HSL 26.83º 0.91% 0.35% -
HSV(B) 26.83º 0.95% 0.66% -
XYZ 19.27 14.19 1.95 -
YUV 98.4 76.99 178.35 -
System Red Green Blue C M Y K H S L
Decimal 169 80 8 0 0.53 0.95 0.34 26.83 0.91 0.35
Hex A9 50 8 0 35 5F 22 1B 5B 23
Octal 251 120 10 0 65 137 42 33 133 43
Binary 10101001 1010000 1000 0 110101 1011111 100010 11011 1011011 100011

Color Harmonies of #A95008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95008

Black with #A95008

Text Example


Text Example

White with #A95008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95008; }

 p { color: rgb(169,80,8); }

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

background-color css

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

 a { background-color: rgb(169,80,8); }

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

border-color css

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

 span { border-color: rgb(169,80,8); }

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