Html Css Color HEX #A48281 Opium

📋 copy color: '#A48281'

red 164 ◦ green 130 ◦ blue 129

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

Shades of Opium #A48281

Tints of Opium #A48281

RGB

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

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

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

R = 38.77%
G = 30.73%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A48281 (or 0xA48281) is known color: Opium. HEX triplet: A4, 82 and 81. RGB value is (164,130,129). Sum of RGB (Red+Green+Blue) = 164+130+129=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A48281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48281 is #5B7D7E. Grayscale: #8C8C8C. Windows color (decimal): -5995903 or 8487588. OLE color: 8487588.

HSL color Cylindrical-coordinate representation of color #A48281: hue angle of 1.71º 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 #A48281 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 130 129 -
CMYK 0 0.21 0.21 0.36
HSL 1.71º 0.16% 0.57% -
HSV(B) 1.71º 0.21% 0.64% -
XYZ 27.25 25.44 24.24 -
YUV 140.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 164 130 129 0 0.21 0.21 0.36 1.71 0.16 0.57
Hex A4 82 81 0 15 15 24 2 10 39
Octal 244 202 201 0 25 25 44 2 20 71
Binary 10100100 10000010 10000001 0 10101 10101 100100 10 10000 111001

Color Harmonies of #A48281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48281

Black with #A48281

Text Example


Text Example

White with #A48281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48281; }

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

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

background-color css

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

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

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

border-color css

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

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

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