Html Css Color HEX #A1605D Copper Rose

📋 copy color: '#A1605D'

red 161 ◦ green 96 ◦ blue 93

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

Shades of Copper Rose #A1605D

Tints of Copper Rose #A1605D

RGB

 RED value IS 161 (63.28% from 255) = 46%

 GREEN value IS 96 (37.89% from 255) = 27.43%

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 46%
G = 27.43%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1605D (or 0xA1605D) is known color: Copper Rose. HEX triplet: A1, 60 and 5D. RGB value is (161,96,93). Sum of RGB (Red+Green+Blue) = 161+96+93=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1605D is #5E9FA2. Grayscale: #737373. Windows color (decimal): -6201251 or 6119585. OLE color: 6119585.

HSL color Cylindrical-coordinate representation of color #A1605D: hue angle of 2.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1605D is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 96 93 -
CMYK 0 0.40 0.42 0.37
HSL 2.65º 0.27% 0.5% -
HSV(B) 2.65º 0.42% 0.63% -
XYZ 20.86 16.73 12.49 -
YUV 115.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 161 96 93 0 0.40 0.42 0.37 2.65 0.27 0.5
Hex A1 60 5D 0 28 2A 25 3 1B 32
Octal 241 140 135 0 50 52 45 3 33 62
Binary 10100001 1100000 1011101 0 101000 101010 100101 11 11011 110010

Color Harmonies of #A1605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1605D

Black with #A1605D

Text Example


Text Example

White with #A1605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1605D; }

 p { color: rgb(161,96,93); }

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

background-color css

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

 a { background-color: rgb(161,96,93); }

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

border-color css

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

 span { border-color: rgb(161,96,93); }

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