Html Css Color HEX #A38281 Opium

📋 copy color: '#A38281'

red 163 ◦ green 130 ◦ blue 129

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

Shades of Opium #A38281

Tints of Opium #A38281

RGB

 RED value IS 163 (64.06% from 255) = 38.63%

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

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

R = 38.63%
G = 30.81%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A38281 (or 0xA38281) is known color: Opium. HEX triplet: A3, 82 and 81. RGB value is (163,130,129). Sum of RGB (Red+Green+Blue) = 163+130+129=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A38281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38281 is #5C7D7E. Grayscale: #8B8B8B. Windows color (decimal): -6061439 or 8487587. OLE color: 8487587.

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

Color convert

RGB 163 130 129 -
CMYK 0 0.20 0.21 0.36
HSL 1.76º 0.16% 0.57% -
HSV(B) 1.76º 0.21% 0.64% -
XYZ 27.05 25.34 24.23 -
YUV 139.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 163 130 129 0 0.20 0.21 0.36 1.76 0.16 0.57
Hex A3 82 81 0 14 15 24 2 10 39
Octal 243 202 201 0 24 25 44 2 20 71
Binary 10100011 10000010 10000001 0 10100 10101 100100 10 10000 111001

Color Harmonies of #A38281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38281

Black with #A38281

Text Example


Text Example

White with #A38281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38281; }

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

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

background-color css

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

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

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

border-color css

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

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

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