Html Css Color HEX #A38482 Opium

📋 copy color: '#A38482'

red 163 ◦ green 132 ◦ blue 130

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

Shades of Opium #A38482

Tints of Opium #A38482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.06%

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

R = 38.35%
G = 31.06%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A38482 (or 0xA38482) is known color: Opium. HEX triplet: A3, 84 and 82. RGB value is (163,132,130). Sum of RGB (Red+Green+Blue) = 163+132+130=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A38482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38482 is #5C7B7D. Grayscale: #8D8D8D. Windows color (decimal): -6060926 or 8553635. OLE color: 8553635.

HSL color Cylindrical-coordinate representation of color #A38482: hue angle of 3.64º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A38482 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 132 130 -
CMYK 0 0.19 0.20 0.36
HSL 3.64º 0.15% 0.57% -
HSV(B) 3.64º 0.2% 0.64% -
XYZ 27.38 25.9 24.68 -
YUV 141.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 163 132 130 0 0.19 0.20 0.36 3.64 0.15 0.57
Hex A3 84 82 0 13 14 24 4 F 39
Octal 243 204 202 0 23 24 44 4 17 71
Binary 10100011 10000100 10000010 0 10011 10100 100100 100 1111 111001

Color Harmonies of #A38482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38482

Black with #A38482

Text Example


Text Example

White with #A38482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38482; }

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

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

background-color css

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

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

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

border-color css

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

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

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