Html Css Color HEX #A65C5C Copper Rose

📋 copy color: '#A65C5C'

red 166 ◦ green 92 ◦ blue 92

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

Shades of Copper Rose #A65C5C

Tints of Copper Rose #A65C5C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

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

R = 47.43%
G = 26.29%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A65C5C (or 0xA65C5C) is known color: Copper Rose. HEX triplet: A6, 5C and 5C. RGB value is (166,92,92). Sum of RGB (Red+Green+Blue) = 166+92+92=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C5C is #59A3A3. Grayscale: #727272. Windows color (decimal): -5874596 or 6053030. OLE color: 6053030.

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

Color convert

RGB 166 92 92 -
CMYK 0 0.45 0.45 0.35
HSL 0.29% 0.51% -
HSV(B) 0.45% 0.65% -
XYZ 21.48 16.53 12.18 -
YUV 114.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 166 92 92 0 0.45 0.45 0.35 0 0.29 0.51
Hex A6 5C 5C 0 2D 2D 23 0 1D 33
Octal 246 134 134 0 55 55 43 0 35 63
Binary 10100110 1011100 1011100 0 101101 101101 100011 0 11101 110011

Color Harmonies of #A65C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C5C

Black with #A65C5C

Text Example


Text Example

White with #A65C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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