Html Css Color HEX #A94F06 Rust

📋 copy color: '#A94F06'

red 169 ◦ green 79 ◦ blue 6

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

Shades of Rust #A94F06

Tints of Rust #A94F06

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.1%

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

R = 66.54%
G = 31.1%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A94F06 (or 0xA94F06) is known color: Rust. HEX triplet: A9, 4F and 06. RGB value is (169,79,6). Sum of RGB (Red+Green+Blue) = 169+79+6=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A94F06 is #56B0F9. Grayscale: #616161. Windows color (decimal): -5681402 or 413609. OLE color: 413609.

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

Color convert

RGB 169 79 6 -
CMYK 0 0.53 0.96 0.34
HSL 26.87º 0.93% 0.34% -
HSV(B) 26.87º 0.96% 0.66% -
XYZ 19.19 14.04 1.87 -
YUV 97.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 169 79 6 0 0.53 0.96 0.34 26.87 0.93 0.34
Hex A9 4F 6 0 35 60 22 1B 5D 22
Octal 251 117 6 0 65 140 42 33 135 42
Binary 10101001 1001111 110 0 110101 1100000 100010 11011 1011101 100010

Color Harmonies of #A94F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94F06

Black with #A94F06

Text Example


Text Example

White with #A94F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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