Html Css Color HEX #A36866 Copper Rose

📋 copy color: '#A36866'

red 163 ◦ green 104 ◦ blue 102

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

Shades of Copper Rose #A36866

Tints of Copper Rose #A36866

RGB

 RED value IS 163 (64.06% from 255) = 44.17%

 GREEN value IS 104 (41.02% from 255) = 28.18%

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

R = 44.17%
G = 28.18%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A36866 (or 0xA36866) is known color: Copper Rose. HEX triplet: A3, 68 and 66. RGB value is (163,104,102). Sum of RGB (Red+Green+Blue) = 163+104+102=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A36866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36866 is #5C9799. Grayscale: #797979. Windows color (decimal): -6068122 or 6711459. OLE color: 6711459.

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

Color convert

RGB 163 104 102 -
CMYK 0 0.36 0.37 0.36
HSL 1.97º 0.25% 0.52% -
HSV(B) 1.97º 0.37% 0.64% -
XYZ 22.45 18.65 14.99 -
YUV 121.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 163 104 102 0 0.36 0.37 0.36 1.97 0.25 0.52
Hex A3 68 66 0 24 25 24 2 19 34
Octal 243 150 146 0 44 45 44 2 31 64
Binary 10100011 1101000 1100110 0 100100 100101 100100 10 11001 110100

Color Harmonies of #A36866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36866

Black with #A36866

Text Example


Text Example

White with #A36866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36866; }

 p { color: rgb(163,104,102); }

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

background-color css

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

 a { background-color: rgb(163,104,102); }

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

border-color css

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

 span { border-color: rgb(163,104,102); }

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