Html Css Color HEX #A65004 Rust

📋 copy color: '#A65004'

red 166 ◦ green 80 ◦ blue 4

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

Shades of Rust #A65004

Tints of Rust #A65004

RGB

 RED value IS 166 (65.23% from 255) = 66.4%

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

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 66.4%
G = 32%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A65004 (or 0xA65004) is known color: Rust. HEX triplet: A6, 50 and 04. RGB value is (166,80,4). Sum of RGB (Red+Green+Blue) = 166+80+4=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A65004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65004 is #59AFFB. Grayscale: #616161. Windows color (decimal): -5877756 or 282790. OLE color: 282790.

HSL color Cylindrical-coordinate representation of color #A65004: hue angle of 28.15º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A65004 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 4 -
CMYK 0 0.52 0.98 0.35
HSL 28.15º 0.95% 0.33% -
HSV(B) 28.15º 0.98% 0.65% -
XYZ 18.62 13.85 1.81 -
YUV 97.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 166 80 4 0 0.52 0.98 0.35 28.15 0.95 0.33
Hex A6 50 4 0 34 62 23 1C 5F 21
Octal 246 120 4 0 64 142 43 34 137 41
Binary 10100110 1010000 100 0 110100 1100010 100011 11100 1011111 100001

Color Harmonies of #A65004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65004

Black with #A65004

Text Example


Text Example

White with #A65004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65004; }

 p { color: rgb(166,80,4); }

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

background-color css

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

 a { background-color: rgb(166,80,4); }

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

border-color css

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

 span { border-color: rgb(166,80,4); }

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