Html Css Color HEX #A06C6B Copper Rose

📋 copy color: '#A06C6B'

red 160 ◦ green 108 ◦ blue 107

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

Shades of Copper Rose #A06C6B

Tints of Copper Rose #A06C6B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.8%

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 42.67%
G = 28.8%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A06C6B (or 0xA06C6B) is known color: Copper Rose. HEX triplet: A0, 6C and 6B. RGB value is (160,108,107). Sum of RGB (Red+Green+Blue) = 160+108+107=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C6B is #5F9394. Grayscale: #7B7B7B. Windows color (decimal): -6263701 or 7040160. OLE color: 7040160.

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

Color convert

RGB 160 108 107 -
CMYK 0 0.32 0.33 0.37
HSL 1.13º 0.22% 0.52% -
HSV(B) 1.13º 0.33% 0.63% -
XYZ 22.51 19.26 16.44 -
YUV 123.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 160 108 107 0 0.32 0.33 0.37 1.13 0.22 0.52
Hex A0 6C 6B 0 20 21 25 1 16 34
Octal 240 154 153 0 40 41 45 1 26 64
Binary 10100000 1101100 1101011 0 100000 100001 100101 1 10110 110100

Color Harmonies of #A06C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C6B

Black with #A06C6B

Text Example


Text Example

White with #A06C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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