Html Css Color HEX #A46766 Copper Rose

📋 copy color: '#A46766'

red 164 ◦ green 103 ◦ blue 102

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

Shades of Copper Rose #A46766

Tints of Copper Rose #A46766

RGB

 RED value IS 164 (64.45% from 255) = 44.44%

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

 BLUE value IS 102 (40.23% from 255) = 27.64%

R = 44.44%
G = 27.91%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A46766 (or 0xA46766) is known color: Copper Rose. HEX triplet: A4, 67 and 66. RGB value is (164,103,102). Sum of RGB (Red+Green+Blue) = 164+103+102=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A46766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46766 is #5B9899. Grayscale: #797979. Windows color (decimal): -6002842 or 6711204. OLE color: 6711204.

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

Color convert

RGB 164 103 102 -
CMYK 0 0.37 0.38 0.36
HSL 0.97º 0.25% 0.52% -
HSV(B) 0.97º 0.38% 0.64% -
XYZ 22.56 18.55 14.96 -
YUV 121.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 164 103 102 0 0.37 0.38 0.36 0.97 0.25 0.52
Hex A4 67 66 0 25 26 24 1 19 34
Octal 244 147 146 0 45 46 44 1 31 64
Binary 10100100 1100111 1100110 0 100101 100110 100100 1 11001 110100

Color Harmonies of #A46766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46766

Black with #A46766

Text Example


Text Example

White with #A46766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46766; }

 p { color: rgb(164,103,102); }

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

background-color css

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

 a { background-color: rgb(164,103,102); }

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

border-color css

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

 span { border-color: rgb(164,103,102); }

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