Html Css Color HEX #A08280 Opium

📋 copy color: '#A08280'

red 160 ◦ green 130 ◦ blue 128

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

Shades of Opium #A08280

Tints of Opium #A08280

RGB

 RED value IS 160 (62.89% from 255) = 38.28%

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

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

R = 38.28%
G = 31.1%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A08280 (or 0xA08280) is known color: Opium. HEX triplet: A0, 82 and 80. RGB value is (160,130,128). Sum of RGB (Red+Green+Blue) = 160+130+128=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A08280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08280 is #5F7D7F. Grayscale: #8A8A8A. Windows color (decimal): -6258048 or 8422048. OLE color: 8422048.

HSL color Cylindrical-coordinate representation of color #A08280: hue angle of 3.75º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A08280 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 130 128 -
CMYK 0 0.19 0.20 0.37
HSL 3.75º 0.14% 0.56% -
HSV(B) 3.75º 0.2% 0.63% -
XYZ 26.38 25 23.86 -
YUV 138.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 160 130 128 0 0.19 0.20 0.37 3.75 0.14 0.56
Hex A0 82 80 0 13 14 25 4 E 38
Octal 240 202 200 0 23 24 45 4 16 70
Binary 10100000 10000010 10000000 0 10011 10100 100101 100 1110 111000

Color Harmonies of #A08280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08280

Black with #A08280

Text Example


Text Example

White with #A08280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08280; }

 p { color: rgb(160,130,128); }

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

background-color css

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

 a { background-color: rgb(160,130,128); }

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

border-color css

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

 span { border-color: rgb(160,130,128); }

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