Html Css Color HEX #A38784 Opium

📋 copy color: '#A38784'

red 163 ◦ green 135 ◦ blue 132

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

Shades of Opium #A38784

Tints of Opium #A38784

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.4%

 BLUE value IS 132 (51.95% from 255) = 30.7%

R = 37.91%
G = 31.4%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A38784 (or 0xA38784) is known color: Opium. HEX triplet: A3, 87 and 84. RGB value is (163,135,132). Sum of RGB (Red+Green+Blue) = 163+135+132=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A38784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38784 is #5C787B. Grayscale: #8F8F8F. Windows color (decimal): -6060156 or 8685475. OLE color: 8685475.

HSL color Cylindrical-coordinate representation of color #A38784: hue angle of 5.81º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A38784 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 135 132 -
CMYK 0 0.17 0.19 0.36
HSL 5.81º 0.14% 0.58% -
HSV(B) 5.81º 0.19% 0.64% -
XYZ 27.93 26.78 25.53 -
YUV 143.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 163 135 132 0 0.17 0.19 0.36 5.81 0.14 0.58
Hex A3 87 84 0 11 13 24 6 E 3A
Octal 243 207 204 0 21 23 44 6 16 72
Binary 10100011 10000111 10000100 0 10001 10011 100100 110 1110 111010

Color Harmonies of #A38784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38784

Black with #A38784

Text Example


Text Example

White with #A38784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38784; }

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

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

background-color css

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

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

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

border-color css

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

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

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