Html Css Color HEX #A28985 Opium

📋 copy color: '#A28985'

red 162 ◦ green 137 ◦ blue 133

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

Shades of Opium #A28985

Tints of Opium #A28985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.71%

 BLUE value IS 133 (52.34% from 255) = 30.79%

R = 37.5%
G = 31.71%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A28985 (or 0xA28985) is known color: Opium. HEX triplet: A2, 89 and 85. RGB value is (162,137,133). Sum of RGB (Red+Green+Blue) = 162+137+133=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A28985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28985 is #5D767A. Grayscale: #909090. Windows color (decimal): -6125179 or 8751522. OLE color: 8751522.

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

Color convert

RGB 162 137 133 -
CMYK 0 0.15 0.18 0.36
HSL 8.28º 0.13% 0.58% -
HSV(B) 8.28º 0.18% 0.64% -
XYZ 28.08 27.27 25.97 -
YUV 144.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 162 137 133 0 0.15 0.18 0.36 8.28 0.13 0.58
Hex A2 89 85 0 F 12 24 8 D 3A
Octal 242 211 205 0 17 22 44 10 15 72
Binary 10100010 10001001 10000101 0 1111 10010 100100 1000 1101 111010

Color Harmonies of #A28985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28985

Black with #A28985

Text Example


Text Example

White with #A28985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28985; }

 p { color: rgb(162,137,133); }

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

background-color css

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

 a { background-color: rgb(162,137,133); }

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

border-color css

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

 span { border-color: rgb(162,137,133); }

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