Html Css Color HEX #A68581 Opium

📋 copy color: '#A68581'

red 166 ◦ green 133 ◦ blue 129

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

Shades of Opium #A68581

Tints of Opium #A68581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.07%

 BLUE value IS 129 (50.78% from 255) = 30.14%

R = 38.79%
G = 31.07%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A68581 (or 0xA68581) is known color: Opium. HEX triplet: A6, 85 and 81. RGB value is (166,133,129). Sum of RGB (Red+Green+Blue) = 166+133+129=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A68581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68581 is #597A7E. Grayscale: #8E8E8E. Windows color (decimal): -5864063 or 8488358. OLE color: 8488358.

HSL color Cylindrical-coordinate representation of color #A68581: hue angle of 6.49º 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 #A68581 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 133 129 -
CMYK 0 0.20 0.22 0.35
HSL 6.49º 0.17% 0.58% -
HSV(B) 6.49º 0.22% 0.65% -
XYZ 28.08 26.47 24.4 -
YUV 142.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 166 133 129 0 0.20 0.22 0.35 6.49 0.17 0.58
Hex A6 85 81 0 14 16 23 6 11 3A
Octal 246 205 201 0 24 26 43 6 21 72
Binary 10100110 10000101 10000001 0 10100 10110 100011 110 10001 111010

Color Harmonies of #A68581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68581

Black with #A68581

Text Example


Text Example

White with #A68581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68581; }

 p { color: rgb(166,133,129); }

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

background-color css

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

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

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

border-color css

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

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

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