Html Css Color HEX #A65E5C Copper Rose

📋 copy color: '#A65E5C'

red 166 ◦ green 94 ◦ blue 92

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

Shades of Copper Rose #A65E5C

Tints of Copper Rose #A65E5C

RGB

 RED value IS 166 (65.23% from 255) = 47.16%

 GREEN value IS 94 (37.11% from 255) = 26.7%

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 47.16%
G = 26.7%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A65E5C (or 0xA65E5C) is known color: Copper Rose. HEX triplet: A6, 5E and 5C. RGB value is (166,94,92). Sum of RGB (Red+Green+Blue) = 166+94+92=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65E5C is #59A1A3. Grayscale: #737373. Windows color (decimal): -5874084 or 6053542. OLE color: 6053542.

HSL color Cylindrical-coordinate representation of color #A65E5C: hue angle of 1.62º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65E5C is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 94 92 -
CMYK 0 0.43 0.45 0.35
HSL 1.62º 0.29% 0.51% -
HSV(B) 1.62º 0.45% 0.65% -
XYZ 21.66 16.89 12.24 -
YUV 115.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 166 94 92 0 0.43 0.45 0.35 1.62 0.29 0.51
Hex A6 5E 5C 0 2B 2D 23 2 1D 33
Octal 246 136 134 0 53 55 43 2 35 63
Binary 10100110 1011110 1011100 0 101011 101101 100011 10 11101 110011

Color Harmonies of #A65E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65E5C

Black with #A65E5C

Text Example


Text Example

White with #A65E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65E5C; }

 p { color: rgb(166,94,92); }

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

background-color css

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

 a { background-color: rgb(166,94,92); }

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

border-color css

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

 span { border-color: rgb(166,94,92); }

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