Html Css Color HEX #A06B6B Copper Rose

📋 copy color: '#A06B6B'

red 160 ◦ green 107 ◦ blue 107

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

Shades of Copper Rose #A06B6B

Tints of Copper Rose #A06B6B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.61%

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

R = 42.78%
G = 28.61%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A06B6B (or 0xA06B6B) is known color: Copper Rose. HEX triplet: A0, 6B and 6B. RGB value is (160,107,107). Sum of RGB (Red+Green+Blue) = 160+107+107=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B6B is #5F9494. Grayscale: #7A7A7A. Windows color (decimal): -6263957 or 7039904. OLE color: 7039904.

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

Color convert

RGB 160 107 107 -
CMYK 0 0.33 0.33 0.37
HSL 0.22% 0.52% -
HSV(B) 0.33% 0.63% -
XYZ 22.41 19.05 16.41 -
YUV 122.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 160 107 107 0 0.33 0.33 0.37 0 0.22 0.52
Hex A0 6B 6B 0 21 21 25 0 16 34
Octal 240 153 153 0 41 41 45 0 26 64
Binary 10100000 1101011 1101011 0 100001 100001 100101 0 10110 110100

Color Harmonies of #A06B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B6B

Black with #A06B6B

Text Example


Text Example

White with #A06B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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