Html Css Color HEX #A84408 Rust

📋 copy color: '#A84408'

red 168 ◦ green 68 ◦ blue 8

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

Shades of Rust #A84408

Tints of Rust #A84408

RGB

 RED value IS 168 (66.02% from 255) = 68.85%

 GREEN value IS 68 (26.95% from 255) = 27.87%

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

R = 68.85%
G = 27.87%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A84408 (or 0xA84408) is known color: Rust. HEX triplet: A8, 44 and 08. RGB value is (168,68,8). Sum of RGB (Red+Green+Blue) = 168+68+8=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A84408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84408 is #57BBF7. Grayscale: #5B5B5B. Windows color (decimal): -5749752 or 541864. OLE color: 541864.

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

Color convert

RGB 168 68 8 -
CMYK 0 0.60 0.95 0.34
HSL 22.5º 0.91% 0.35% -
HSV(B) 22.5º 0.95% 0.66% -
XYZ 18.26 12.48 1.68 -
YUV 91.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 168 68 8 0 0.60 0.95 0.34 22.5 0.91 0.35
Hex A8 44 8 0 3C 5F 22 16 5B 23
Octal 250 104 10 0 74 137 42 26 133 43
Binary 10101000 1000100 1000 0 111100 1011111 100010 10110 1011011 100011

Color Harmonies of #A84408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84408

Black with #A84408

Text Example


Text Example

White with #A84408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84408; }

 p { color: rgb(168,68,8); }

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

background-color css

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

 a { background-color: rgb(168,68,8); }

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

border-color css

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

 span { border-color: rgb(168,68,8); }

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