Html Css Color HEX #A44608 Rust

📋 copy color: '#A44608'

red 164 ◦ green 70 ◦ blue 8

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

Shades of Rust #A44608

Tints of Rust #A44608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.93%

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

R = 67.77%
G = 28.93%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A44608 (or 0xA44608) is known color: Rust. HEX triplet: A4, 46 and 08. RGB value is (164,70,8). Sum of RGB (Red+Green+Blue) = 164+70+8=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A44608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44608 is #5BB9F7. Grayscale: #5B5B5B. Windows color (decimal): -6011384 or 542372. OLE color: 542372.

HSL color Cylindrical-coordinate representation of color #A44608: hue angle of 23.85º 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 #A44608 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 70 8 -
CMYK 0 0.57 0.95 0.36
HSL 23.85º 0.91% 0.34% -
HSV(B) 23.85º 0.95% 0.64% -
XYZ 17.54 12.29 1.68 -
YUV 91.04 81.14 180.04 -
System Red Green Blue C M Y K H S L
Decimal 164 70 8 0 0.57 0.95 0.36 23.85 0.91 0.34
Hex A4 46 8 0 39 5F 24 18 5B 22
Octal 244 106 10 0 71 137 44 30 133 42
Binary 10100100 1000110 1000 0 111001 1011111 100100 11000 1011011 100010

Color Harmonies of #A44608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44608

Black with #A44608

Text Example


Text Example

White with #A44608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44608; }

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

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

background-color css

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

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

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

border-color css

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

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

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