Html Css Color HEX #A38480 Opium

📋 copy color: '#A38480'

red 163 ◦ green 132 ◦ blue 128

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

Shades of Opium #A38480

Tints of Opium #A38480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 38.53%
G = 31.21%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A38480 (or 0xA38480) is known color: Opium. HEX triplet: A3, 84 and 80. RGB value is (163,132,128). Sum of RGB (Red+Green+Blue) = 163+132+128=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A38480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38480 is #5C7B7F. Grayscale: #8C8C8C. Windows color (decimal): -6060928 or 8422563. OLE color: 8422563.

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

Color convert

RGB 163 132 128 -
CMYK 0 0.19 0.21 0.36
HSL 6.86º 0.16% 0.57% -
HSV(B) 6.86º 0.21% 0.64% -
XYZ 27.25 25.85 23.97 -
YUV 140.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 163 132 128 0 0.19 0.21 0.36 6.86 0.16 0.57
Hex A3 84 80 0 13 15 24 7 10 39
Octal 243 204 200 0 23 25 44 7 20 71
Binary 10100011 10000100 10000000 0 10011 10101 100100 111 10000 111001

Color Harmonies of #A38480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38480

Black with #A38480

Text Example


Text Example

White with #A38480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38480; }

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

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

background-color css

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

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

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

border-color css

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

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

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