Html Css Color HEX #A54206 Rust

📋 copy color: '#A54206'

red 165 ◦ green 66 ◦ blue 6

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

Shades of Rust #A54206

Tints of Rust #A54206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.85%

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

R = 69.62%
G = 27.85%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A54206 (or 0xA54206) is known color: Rust. HEX triplet: A5, 42 and 06. RGB value is (165,66,6). Sum of RGB (Red+Green+Blue) = 165+66+6=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A54206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54206 is #5ABDF9. Grayscale: #595959. Windows color (decimal): -5946874 or 410277. OLE color: 410277.

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

Color convert

RGB 165 66 6 -
CMYK 0 0.60 0.96 0.35
HSL 22.64º 0.93% 0.34% -
HSV(B) 22.64º 0.96% 0.65% -
XYZ 17.5 11.91 1.55 -
YUV 88.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 165 66 6 0 0.60 0.96 0.35 22.64 0.93 0.34
Hex A5 42 6 0 3C 60 23 17 5D 22
Octal 245 102 6 0 74 140 43 27 135 42
Binary 10100101 1000010 110 0 111100 1100000 100011 10111 1011101 100010

Color Harmonies of #A54206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54206

Black with #A54206

Text Example


Text Example

White with #A54206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54206; }

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

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

background-color css

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

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

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

border-color css

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

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

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