Html Css Color HEX #A84B00 Rust

📋 copy color: '#A84B00'

red 168 ◦ green 75 ◦ blue 0

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

Shades of Rust #A84B00

Tints of Rust #A84B00

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.14%
G = 30.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A84B00 (or 0xA84B00) is known color: Rust. HEX triplet: A8, 4B and 00. RGB value is (168,75,0). Sum of RGB (Red+Green+Blue) = 168+75+0=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84B00 is #57B4FF. Grayscale: #5E5E5E. Windows color (decimal): -5747968 or 19368. OLE color: 19368.

HSL color Cylindrical-coordinate representation of color #A84B00: hue angle of 26.79º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A84B00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 75 0 -
CMYK 0 0.55 1 0.34
HSL 26.79º 1% 0.33% -
HSV(B) 26.79º 1% 0.66% -
XYZ 18.66 13.36 1.59 -
YUV 94.26 74.81 180.6 -
System Red Green Blue C M Y K H S L
Decimal 168 75 0 0 0.55 1 0.34 26.79 1 0.33
Hex A8 4B 0 0 37 64 22 1B 64 21
Octal 250 113 0 0 67 144 42 33 144 41
Binary 10101000 1001011 0 0 110111 1100100 100010 11011 1100100 100001

Color Harmonies of #A84B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84B00

Black with #A84B00

Text Example


Text Example

White with #A84B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84B00; }

 p { color: rgb(168,75,0); }

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

background-color css

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

 a { background-color: rgb(168,75,0); }

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

border-color css

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

 span { border-color: rgb(168,75,0); }

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