Html Css Color HEX #A94200 Rust

📋 copy color: '#A94200'

red 169 ◦ green 66 ◦ blue 0

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

Shades of Rust #A94200

Tints of Rust #A94200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.91%
G = 28.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A94200 (or 0xA94200) is known color: Rust. HEX triplet: A9, 42 and 00. RGB value is (169,66,0). Sum of RGB (Red+Green+Blue) = 169+66+0=235 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.91% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 169 - color contains mainly: red. Hex color #A94200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94200 is #56BDFF. Grayscale: #595959. Windows color (decimal): -5684736 or 17065. OLE color: 17065.

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

Color convert

RGB 169 66 0 -
CMYK 0 0.61 1 0.34
HSL 23.43º 1% 0.33% -
HSV(B) 23.43º 1% 0.66% -
XYZ 18.31 12.33 1.42 -
YUV 89.27 77.62 184.87 -
System Red Green Blue C M Y K H S L
Decimal 169 66 0 0 0.61 1 0.34 23.43 1 0.33
Hex A9 42 0 0 3D 64 22 17 64 21
Octal 251 102 0 0 75 144 42 27 144 41
Binary 10101001 1000010 0 0 111101 1100100 100010 10111 1100100 100001

Color Harmonies of #A94200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94200

Black with #A94200

Text Example


Text Example

White with #A94200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94200; }

 p { color: rgb(169,66,0); }

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

background-color css

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

 a { background-color: rgb(169,66,0); }

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

border-color css

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

 span { border-color: rgb(169,66,0); }

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