Html Css Color HEX #A44808 Rust

📋 copy color: '#A44808'

red 164 ◦ green 72 ◦ blue 8

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

Shades of Rust #A44808

Tints of Rust #A44808

RGB

 RED value IS 164 (64.45% from 255) = 67.21%

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

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

R = 67.21%
G = 29.51%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A44808 (or 0xA44808) is known color: Rust. HEX triplet: A4, 48 and 08. RGB value is (164,72,8). Sum of RGB (Red+Green+Blue) = 164+72+8=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A44808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44808 is #5BB7F7. Grayscale: #5C5C5C. Windows color (decimal): -6010872 or 542884. OLE color: 542884.

HSL color Cylindrical-coordinate representation of color #A44808: hue angle of 24.62º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A44808 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 72 8 -
CMYK 0 0.56 0.95 0.36
HSL 24.62º 0.91% 0.34% -
HSV(B) 24.62º 0.95% 0.64% -
XYZ 17.67 12.54 1.72 -
YUV 92.21 80.48 179.2 -
System Red Green Blue C M Y K H S L
Decimal 164 72 8 0 0.56 0.95 0.36 24.62 0.91 0.34
Hex A4 48 8 0 38 5F 24 19 5B 22
Octal 244 110 10 0 70 137 44 31 133 42
Binary 10100100 1001000 1000 0 111000 1011111 100100 11001 1011011 100010

Color Harmonies of #A44808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44808

Black with #A44808

Text Example


Text Example

White with #A44808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44808; }

 p { color: rgb(164,72,8); }

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

background-color css

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

 a { background-color: rgb(164,72,8); }

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

border-color css

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

 span { border-color: rgb(164,72,8); }

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