Html Css Color HEX #A36161 Copper Rose

📋 copy color: '#A36161'

red 163 ◦ green 97 ◦ blue 97

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

Shades of Copper Rose #A36161

Tints of Copper Rose #A36161

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.17%

 BLUE value IS 97 (38.28% from 255) = 27.17%

R = 45.66%
G = 27.17%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A36161 (or 0xA36161) is known color: Copper Rose. HEX triplet: A3, 61 and 61. RGB value is (163,97,97). Sum of RGB (Red+Green+Blue) = 163+97+97=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A36161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36161 is #5C9E9E. Grayscale: #747474. Windows color (decimal): -6069919 or 6381987. OLE color: 6381987.

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

Color convert

RGB 163 97 97 -
CMYK 0 0.40 0.40 0.36
HSL 0.26% 0.51% -
HSV(B) 0.4% 0.64% -
XYZ 21.54 17.2 13.49 -
YUV 116.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 163 97 97 0 0.40 0.40 0.36 0 0.26 0.51
Hex A3 61 61 0 28 28 24 0 1A 33
Octal 243 141 141 0 50 50 44 0 32 63
Binary 10100011 1100001 1100001 0 101000 101000 100100 0 11010 110011

Color Harmonies of #A36161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36161

Black with #A36161

Text Example


Text Example

White with #A36161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36161; }

 p { color: rgb(163,97,97); }

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

background-color css

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

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

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

border-color css

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

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

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