Html Css Color HEX #A84508 Rust

📋 copy color: '#A84508'

red 168 ◦ green 69 ◦ blue 8

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

Shades of Rust #A84508

Tints of Rust #A84508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.16%

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

R = 68.57%
G = 28.16%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A84508 (or 0xA84508) is known color: Rust. HEX triplet: A8, 45 and 08. RGB value is (168,69,8). Sum of RGB (Red+Green+Blue) = 168+69+8=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A84508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84508 is #57BAF7. Grayscale: #5B5B5B. Windows color (decimal): -5749496 or 542120. OLE color: 542120.

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

Color convert

RGB 168 69 8 -
CMYK 0 0.59 0.95 0.34
HSL 22.88º 0.91% 0.35% -
HSV(B) 22.88º 0.95% 0.66% -
XYZ 18.32 12.6 1.7 -
YUV 91.65 80.8 182.46 -
System Red Green Blue C M Y K H S L
Decimal 168 69 8 0 0.59 0.95 0.34 22.88 0.91 0.35
Hex A8 45 8 0 3B 5F 22 17 5B 23
Octal 250 105 10 0 73 137 42 27 133 43
Binary 10101000 1000101 1000 0 111011 1011111 100010 10111 1011011 100011

Color Harmonies of #A84508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84508

Black with #A84508

Text Example


Text Example

White with #A84508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84508; }

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

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

background-color css

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

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

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

border-color css

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

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

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