Html Css Color HEX #A66262 Copper Rose

📋 copy color: '#A66262'

red 166 ◦ green 98 ◦ blue 98

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

Shades of Copper Rose #A66262

Tints of Copper Rose #A66262

RGB

 RED value IS 166 (65.23% from 255) = 45.86%

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

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

R = 45.86%
G = 27.07%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A66262 (or 0xA66262) is known color: Copper Rose. HEX triplet: A6, 62 and 62. RGB value is (166,98,98). Sum of RGB (Red+Green+Blue) = 166+98+98=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A66262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66262 is #599D9D. Grayscale: #767676. Windows color (decimal): -5873054 or 6447782. OLE color: 6447782.

HSL color Cylindrical-coordinate representation of color #A66262: hue angle of 0º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A66262 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 98 98 -
CMYK 0 0.41 0.41 0.35
HSL 0.28% 0.52% -
HSV(B) 0.41% 0.65% -
XYZ 22.3 17.72 13.8 -
YUV 118.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 166 98 98 0 0.41 0.41 0.35 0 0.28 0.52
Hex A6 62 62 0 29 29 23 0 1C 34
Octal 246 142 142 0 51 51 43 0 34 64
Binary 10100110 1100010 1100010 0 101001 101001 100011 0 11100 110100

Color Harmonies of #A66262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66262

Black with #A66262

Text Example


Text Example

White with #A66262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66262; }

 p { color: rgb(166,98,98); }

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

background-color css

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

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

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

border-color css

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

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

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