Html Css Color HEX #A94008 Rust

📋 copy color: '#A94008'

red 169 ◦ green 64 ◦ blue 8

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

Shades of Rust #A94008

Tints of Rust #A94008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.56%

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

R = 70.12%
G = 26.56%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A94008 (or 0xA94008) is known color: Rust. HEX triplet: A9, 40 and 08. RGB value is (169,64,8). Sum of RGB (Red+Green+Blue) = 169+64+8=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A94008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94008 is #56BFF7. Grayscale: #595959. Windows color (decimal): -5685240 or 540841. OLE color: 540841.

HSL color Cylindrical-coordinate representation of color #A94008: hue angle of 20.87º 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 #A94008 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 64 8 -
CMYK 0 0.62 0.95 0.34
HSL 20.87º 0.91% 0.35% -
HSV(B) 20.87º 0.95% 0.66% -
XYZ 18.24 12.12 1.61 -
YUV 89.01 82.29 185.05 -
System Red Green Blue C M Y K H S L
Decimal 169 64 8 0 0.62 0.95 0.34 20.87 0.91 0.35
Hex A9 40 8 0 3E 5F 22 15 5B 23
Octal 251 100 10 0 76 137 42 25 133 43
Binary 10101001 1000000 1000 0 111110 1011111 100010 10101 1011011 100011

Color Harmonies of #A94008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94008

Black with #A94008

Text Example


Text Example

White with #A94008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94008; }

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

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

background-color css

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

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

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

border-color css

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

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

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