Html Css Color HEX #9A716F Copper Rose

📋 copy color: '#9A716F'

red 154 ◦ green 113 ◦ blue 111

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

Shades of Copper Rose #9A716F

Tints of Copper Rose #9A716F

RGB

 RED value IS 154 (60.55% from 255) = 40.74%

 GREEN value IS 113 (44.53% from 255) = 29.89%

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 40.74%
G = 29.89%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#9A716F (or 0x9A716F) is known color: Copper Rose. HEX triplet: 9A, 71 and 6F. RGB value is (154,113,111). Sum of RGB (Red+Green+Blue) = 154+113+111=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A716F is #658E90. Grayscale: #7D7D7D. Windows color (decimal): -6655633 or 7303578. OLE color: 7303578.

HSL color Cylindrical-coordinate representation of color #9A716F: hue angle of 2.79º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A716F is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 113 111 -
CMYK 0 0.27 0.28 0.40
HSL 2.79º 0.18% 0.52% -
HSV(B) 2.79º 0.28% 0.6% -
XYZ 22.1 19.83 17.7 -
YUV 125.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 154 113 111 0 0.27 0.28 0.40 2.79 0.18 0.52
Hex 9A 71 6F 0 1B 1C 28 3 12 34
Octal 232 161 157 0 33 34 50 3 22 64
Binary 10011010 1110001 1101111 0 11011 11100 101000 11 10010 110100

Color Harmonies of #9A716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A716F

Black with #9A716F

Text Example


Text Example

White with #9A716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A716F; }

 p { color: rgb(154,113,111); }

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

background-color css

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

 a { background-color: rgb(154,113,111); }

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

border-color css

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

 span { border-color: rgb(154,113,111); }

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