Html Css Color HEX #A28480 Opium

📋 copy color: '#A28480'

red 162 ◦ green 132 ◦ blue 128

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

Shades of Opium #A28480

Tints of Opium #A28480

RGB

 RED value IS 162 (63.67% from 255) = 38.39%

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

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

R = 38.39%
G = 31.28%
B = 30.33%

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

#A28480 (or 0xA28480) is known color: Opium. HEX triplet: A2, 84 and 80. RGB value is (162,132,128). Sum of RGB (Red+Green+Blue) = 162+132+128=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A28480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28480 is #5D7B7F. Grayscale: #8C8C8C. Windows color (decimal): -6126464 or 8422562. OLE color: 8422562.

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

Color convert

RGB 162 132 128 -
CMYK 0 0.19 0.21 0.36
HSL 7.06º 0.15% 0.57% -
HSV(B) 7.06º 0.21% 0.64% -
XYZ 27.05 25.74 23.97 -
YUV 140.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 162 132 128 0 0.19 0.21 0.36 7.06 0.15 0.57
Hex A2 84 80 0 13 15 24 7 F 39
Octal 242 204 200 0 23 25 44 7 17 71
Binary 10100010 10000100 10000000 0 10011 10101 100100 111 1111 111001

Color Harmonies of #A28480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28480

Black with #A28480

Text Example


Text Example

White with #A28480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28480; }

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

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

background-color css

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

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

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

border-color css

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

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

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