Html Css Color HEX #A54808 Rust

📋 copy color: '#A54808'

red 165 ◦ green 72 ◦ blue 8

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

Shades of Rust #A54808

Tints of Rust #A54808

RGB

 RED value IS 165 (64.84% from 255) = 67.35%

 GREEN value IS 72 (28.52% from 255) = 29.39%

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

R = 67.35%
G = 29.39%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A54808 (or 0xA54808) is known color: Rust. HEX triplet: A5, 48 and 08. RGB value is (165,72,8). Sum of RGB (Red+Green+Blue) = 165+72+8=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A54808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54808 is #5AB7F7. Grayscale: #5C5C5C. Windows color (decimal): -5945336 or 542885. OLE color: 542885.

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

Color convert

RGB 165 72 8 -
CMYK 0 0.56 0.95 0.35
HSL 24.46º 0.91% 0.34% -
HSV(B) 24.46º 0.95% 0.65% -
XYZ 17.88 12.65 1.73 -
YUV 92.51 80.31 179.7 -
System Red Green Blue C M Y K H S L
Decimal 165 72 8 0 0.56 0.95 0.35 24.46 0.91 0.34
Hex A5 48 8 0 38 5F 23 18 5B 22
Octal 245 110 10 0 70 137 43 30 133 42
Binary 10100101 1001000 1000 0 111000 1011111 100011 11000 1011011 100010

Color Harmonies of #A54808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54808

Black with #A54808

Text Example


Text Example

White with #A54808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54808; }

 p { color: rgb(165,72,8); }

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

background-color css

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

 a { background-color: rgb(165,72,8); }

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

border-color css

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

 span { border-color: rgb(165,72,8); }

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