Html Css Color HEX #A68282 Opium

📋 copy color: '#A68282'

red 166 ◦ green 130 ◦ blue 130

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

Shades of Opium #A68282

Tints of Opium #A68282

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.52%

 BLUE value IS 130 (51.17% from 255) = 30.52%

R = 38.97%
G = 30.52%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A68282 (or 0xA68282) is known color: Opium. HEX triplet: A6, 82 and 82. RGB value is (166,130,130). Sum of RGB (Red+Green+Blue) = 166+130+130=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A68282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68282 is #597D7D. Grayscale: #8C8C8C. Windows color (decimal): -5864830 or 8553126. OLE color: 8553126.

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

Color convert

RGB 166 130 130 -
CMYK 0 0.22 0.22 0.35
HSL 0.17% 0.58% -
HSV(B) 0.22% 0.65% -
XYZ 27.74 25.68 24.61 -
YUV 140.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 166 130 130 0 0.22 0.22 0.35 0 0.17 0.58
Hex A6 82 82 0 16 16 23 0 11 3A
Octal 246 202 202 0 26 26 43 0 21 72
Binary 10100110 10000010 10000010 0 10110 10110 100011 0 10001 111010

Color Harmonies of #A68282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68282

Black with #A68282

Text Example


Text Example

White with #A68282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68282; }

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

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

background-color css

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

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

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

border-color css

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

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

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