Html Css Color HEX #A16362 Copper Rose

📋 copy color: '#A16362'

red 161 ◦ green 99 ◦ blue 98

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

Shades of Copper Rose #A16362

Tints of Copper Rose #A16362

RGB

 RED value IS 161 (63.28% from 255) = 44.97%

 GREEN value IS 99 (39.06% from 255) = 27.65%

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

R = 44.97%
G = 27.65%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A16362 (or 0xA16362) is known color: Copper Rose. HEX triplet: A1, 63 and 62. RGB value is (161,99,98). Sum of RGB (Red+Green+Blue) = 161+99+98=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A16362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16362 is #5E9C9D. Grayscale: #757575. Windows color (decimal): -6200478 or 6448033. OLE color: 6448033.

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

Color convert

RGB 161 99 98 -
CMYK 0 0.39 0.39 0.37
HSL 0.95º 0.25% 0.51% -
HSV(B) 0.95º 0.39% 0.63% -
XYZ 21.36 17.38 13.78 -
YUV 117.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 161 99 98 0 0.39 0.39 0.37 0.95 0.25 0.51
Hex A1 63 62 0 27 27 25 1 19 33
Octal 241 143 142 0 47 47 45 1 31 63
Binary 10100001 1100011 1100010 0 100111 100111 100101 1 11001 110011

Color Harmonies of #A16362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16362

Black with #A16362

Text Example


Text Example

White with #A16362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16362; }

 p { color: rgb(161,99,98); }

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

background-color css

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

 a { background-color: rgb(161,99,98); }

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

border-color css

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

 span { border-color: rgb(161,99,98); }

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