Html Css Color HEX #A54A08 Rust

📋 copy color: '#A54A08'

red 165 ◦ green 74 ◦ blue 8

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

Shades of Rust #A54A08

Tints of Rust #A54A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.96%

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

R = 66.8%
G = 29.96%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A54A08 (or 0xA54A08) is known color: Rust. HEX triplet: A5, 4A and 08. RGB value is (165,74,8). Sum of RGB (Red+Green+Blue) = 165+74+8=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54A08 is #5AB5F7. Grayscale: #5E5E5E. Windows color (decimal): -5944824 or 543397. OLE color: 543397.

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

Color convert

RGB 165 74 8 -
CMYK 0 0.55 0.95 0.35
HSL 25.22º 0.91% 0.34% -
HSV(B) 25.22º 0.95% 0.65% -
XYZ 18.01 12.91 1.77 -
YUV 93.69 79.65 178.87 -
System Red Green Blue C M Y K H S L
Decimal 165 74 8 0 0.55 0.95 0.35 25.22 0.91 0.34
Hex A5 4A 8 0 37 5F 23 19 5B 22
Octal 245 112 10 0 67 137 43 31 133 42
Binary 10100101 1001010 1000 0 110111 1011111 100011 11001 1011011 100010

Color Harmonies of #A54A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A08

Black with #A54A08

Text Example


Text Example

White with #A54A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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