Html Css Color HEX #A54C06 Rust

📋 copy color: '#A54C06'

red 165 ◦ green 76 ◦ blue 6

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

Shades of Rust #A54C06

Tints of Rust #A54C06

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.77%

 BLUE value IS 6 (2.73% from 255) = 2.43%

R = 66.8%
G = 30.77%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A54C06 (or 0xA54C06) is known color: Rust. HEX triplet: A5, 4C and 06. RGB value is (165,76,6). Sum of RGB (Red+Green+Blue) = 165+76+6=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54C06 is #5AB3F9. Grayscale: #5F5F5F. Windows color (decimal): -5944314 or 412837. OLE color: 412837.

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

Color convert

RGB 165 76 6 -
CMYK 0 0.54 0.96 0.35
HSL 26.42º 0.93% 0.34% -
HSV(B) 26.42º 0.96% 0.65% -
XYZ 18.13 13.18 1.76 -
YUV 94.63 77.99 178.19 -
System Red Green Blue C M Y K H S L
Decimal 165 76 6 0 0.54 0.96 0.35 26.42 0.93 0.34
Hex A5 4C 6 0 36 60 23 1A 5D 22
Octal 245 114 6 0 66 140 43 32 135 42
Binary 10100101 1001100 110 0 110110 1100000 100011 11010 1011101 100010

Color Harmonies of #A54C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C06

Black with #A54C06

Text Example


Text Example

White with #A54C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C06; }

 p { color: rgb(165,76,6); }

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

background-color css

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

 a { background-color: rgb(165,76,6); }

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

border-color css

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

 span { border-color: rgb(165,76,6); }

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