Html Css Color HEX #A48681 Opium

📋 copy color: '#A48681'

red 164 ◦ green 134 ◦ blue 129

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

Shades of Opium #A48681

Tints of Opium #A48681

RGB

 RED value IS 164 (64.45% from 255) = 38.41%

 GREEN value IS 134 (52.73% from 255) = 31.38%

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

R = 38.41%
G = 31.38%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A48681 (or 0xA48681) is known color: Opium. HEX triplet: A4, 86 and 81. RGB value is (164,134,129). Sum of RGB (Red+Green+Blue) = 164+134+129=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A48681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48681 is #5B797E. Grayscale: #8E8E8E. Windows color (decimal): -5994879 or 8488612. OLE color: 8488612.

HSL color Cylindrical-coordinate representation of color #A48681: hue angle of 8.57º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A48681 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 134 129 -
CMYK 0 0.18 0.21 0.36
HSL 8.57º 0.16% 0.57% -
HSV(B) 8.57º 0.21% 0.64% -
XYZ 27.8 26.53 24.42 -
YUV 142.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 164 134 129 0 0.18 0.21 0.36 8.57 0.16 0.57
Hex A4 86 81 0 12 15 24 9 10 39
Octal 244 206 201 0 22 25 44 11 20 71
Binary 10100100 10000110 10000001 0 10010 10101 100100 1001 10000 111001

Color Harmonies of #A48681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48681

Black with #A48681

Text Example


Text Example

White with #A48681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48681; }

 p { color: rgb(164,134,129); }

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

background-color css

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

 a { background-color: rgb(164,134,129); }

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

border-color css

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

 span { border-color: rgb(164,134,129); }

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