Html Css Color HEX #A06762 Copper Rose

📋 copy color: '#A06762'

red 160 ◦ green 103 ◦ blue 98

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

Shades of Copper Rose #A06762

Tints of Copper Rose #A06762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

 BLUE value IS 98 (38.67% from 255) = 27.15%

R = 44.32%
G = 28.53%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A06762 (or 0xA06762) is known color: Copper Rose. HEX triplet: A0, 67 and 62. RGB value is (160,103,98). Sum of RGB (Red+Green+Blue) = 160+103+98=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A06762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06762 is #5F989D. Grayscale: #777777. Windows color (decimal): -6264990 or 6449056. OLE color: 6449056.

HSL color Cylindrical-coordinate representation of color #A06762: hue angle of 4.84º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06762 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 103 98 -
CMYK 0 0.36 0.39 0.37
HSL 4.84º 0.25% 0.51% -
HSV(B) 4.84º 0.39% 0.63% -
XYZ 21.55 18.06 13.9 -
YUV 119.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 160 103 98 0 0.36 0.39 0.37 4.84 0.25 0.51
Hex A0 67 62 0 24 27 25 5 19 33
Octal 240 147 142 0 44 47 45 5 31 63
Binary 10100000 1100111 1100010 0 100100 100111 100101 101 11001 110011

Color Harmonies of #A06762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06762

Black with #A06762

Text Example


Text Example

White with #A06762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06762; }

 p { color: rgb(160,103,98); }

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

background-color css

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

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

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

border-color css

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

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

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