Html Css Color HEX #A84008 Rust

📋 copy color: '#A84008'

red 168 ◦ green 64 ◦ blue 8

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

Shades of Rust #A84008

Tints of Rust #A84008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

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

R = 70%
G = 26.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A84008 (or 0xA84008) is known color: Rust. HEX triplet: A8, 40 and 08. RGB value is (168,64,8). Sum of RGB (Red+Green+Blue) = 168+64+8=240 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 168 - color contains mainly: red. Hex color #A84008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84008 is #57BFF7. Grayscale: #595959. Windows color (decimal): -5750776 or 540840. OLE color: 540840.

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

Color convert

RGB 168 64 8 -
CMYK 0 0.62 0.95 0.34
HSL 21º 0.91% 0.35% -
HSV(B) 21º 0.95% 0.66% -
XYZ 18.03 12.01 1.6 -
YUV 88.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 168 64 8 0 0.62 0.95 0.34 21 0.91 0.35
Hex A8 40 8 0 3E 5F 22 15 5B 23
Octal 250 100 10 0 76 137 42 25 133 43
Binary 10101000 1000000 1000 0 111110 1011111 100010 10101 1011011 100011

Color Harmonies of #A84008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84008

Black with #A84008

Text Example


Text Example

White with #A84008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84008; }

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

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

background-color css

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

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

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

border-color css

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

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

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