Html Css Color HEX #A64800 Rust

📋 copy color: '#A64800'

red 166 ◦ green 72 ◦ blue 0

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

Shades of Rust #A64800

Tints of Rust #A64800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

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

R = 69.75%
G = 30.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A64800 (or 0xA64800) is known color: Rust. HEX triplet: A6, 48 and 00. RGB value is (166,72,0). Sum of RGB (Red+Green+Blue) = 166+72+0=238 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.75% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 166 - color contains mainly: red. Hex color #A64800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64800 is #59B7FF. Grayscale: #5C5C5C. Windows color (decimal): -5879808 or 18598. OLE color: 18598.

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

Color convert

RGB 166 72 0 -
CMYK 0 0.57 1 0.35
HSL 26.02º 1% 0.33% -
HSV(B) 26.02º 1% 0.65% -
XYZ 18.04 12.74 1.51 -
YUV 91.9 76.14 180.85 -
System Red Green Blue C M Y K H S L
Decimal 166 72 0 0 0.57 1 0.35 26.02 1 0.33
Hex A6 48 0 0 39 64 23 1A 64 21
Octal 246 110 0 0 71 144 43 32 144 41
Binary 10100110 1001000 0 0 111001 1100100 100011 11010 1100100 100001

Color Harmonies of #A64800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64800

Black with #A64800

Text Example


Text Example

White with #A64800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64800; }

 p { color: rgb(166,72,0); }

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

background-color css

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

 a { background-color: rgb(166,72,0); }

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

border-color css

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

 span { border-color: rgb(166,72,0); }

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