Html Css Color HEX #A16762 Copper Rose

📋 copy color: '#A16762'

red 161 ◦ green 103 ◦ blue 98

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

Shades of Copper Rose #A16762

Tints of Copper Rose #A16762

RGB

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

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

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

R = 44.48%
G = 28.45%
B = 27.07%

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

#A16762 (or 0xA16762) is known color: Copper Rose. HEX triplet: A1, 67 and 62. RGB value is (161,103,98). Sum of RGB (Red+Green+Blue) = 161+103+98=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A16762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16762 is #5E989D. Grayscale: #777777. Windows color (decimal): -6199454 or 6449057. OLE color: 6449057.

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

Color convert

RGB 161 103 98 -
CMYK 0 0.36 0.39 0.37
HSL 4.76º 0.25% 0.51% -
HSV(B) 4.76º 0.39% 0.63% -
XYZ 21.75 18.16 13.91 -
YUV 119.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 161 103 98 0 0.36 0.39 0.37 4.76 0.25 0.51
Hex A1 67 62 0 24 27 25 5 19 33
Octal 241 147 142 0 44 47 45 5 31 63
Binary 10100001 1100111 1100010 0 100100 100111 100101 101 11001 110011

Color Harmonies of #A16762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16762

Black with #A16762

Text Example


Text Example

White with #A16762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16762; }

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

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

background-color css

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

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

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

border-color css

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

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

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