Html Css Color HEX #A06D6C Copper Rose

📋 copy color: '#A06D6C'

red 160 ◦ green 109 ◦ blue 108

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

Shades of Copper Rose #A06D6C

Tints of Copper Rose #A06D6C

RGB

 RED value IS 160 (62.89% from 255) = 42.44%

 GREEN value IS 109 (42.97% from 255) = 28.91%

 BLUE value IS 108 (42.58% from 255) = 28.65%

R = 42.44%
G = 28.91%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A06D6C (or 0xA06D6C) is known color: Copper Rose. HEX triplet: A0, 6D and 6C. RGB value is (160,109,108). Sum of RGB (Red+Green+Blue) = 160+109+108=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D6C is #5F9293. Grayscale: #7C7C7C. Windows color (decimal): -6263444 or 7105952. OLE color: 7105952.

HSL color Cylindrical-coordinate representation of color #A06D6C: hue angle of 1.15º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06D6C is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 109 108 -
CMYK 0 0.32 0.32 0.37
HSL 1.15º 0.21% 0.53% -
HSV(B) 1.15º 0.33% 0.63% -
XYZ 22.67 19.49 16.76 -
YUV 124.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 160 109 108 0 0.32 0.32 0.37 1.15 0.21 0.53
Hex A0 6D 6C 0 20 20 25 1 15 35
Octal 240 155 154 0 40 40 45 1 25 65
Binary 10100000 1101101 1101100 0 100000 100000 100101 1 10101 110101

Color Harmonies of #A06D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06D6C

Black with #A06D6C

Text Example


Text Example

White with #A06D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06D6C; }

 p { color: rgb(160,109,108); }

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

background-color css

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

 a { background-color: rgb(160,109,108); }

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

border-color css

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

 span { border-color: rgb(160,109,108); }

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