Html Css Color HEX #A28685 Opium

📋 copy color: '#A28685'

red 162 ◦ green 134 ◦ blue 133

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

Shades of Opium #A28685

Tints of Opium #A28685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.24%

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

R = 37.76%
G = 31.24%
B = 31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A28685 (or 0xA28685) is known color: Opium. HEX triplet: A2, 86 and 85. RGB value is (162,134,133). Sum of RGB (Red+Green+Blue) = 162+134+133=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A28685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28685 is #5D797A. Grayscale: #8E8E8E. Windows color (decimal): -6125947 or 8750754. OLE color: 8750754.

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

Color convert

RGB 162 134 133 -
CMYK 0 0.17 0.18 0.36
HSL 2.07º 0.13% 0.58% -
HSV(B) 2.07º 0.18% 0.64% -
XYZ 27.66 26.43 25.83 -
YUV 142.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 162 134 133 0 0.17 0.18 0.36 2.07 0.13 0.58
Hex A2 86 85 0 11 12 24 2 D 3A
Octal 242 206 205 0 21 22 44 2 15 72
Binary 10100010 10000110 10000101 0 10001 10010 100100 10 1101 111010

Color Harmonies of #A28685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28685

Black with #A28685

Text Example


Text Example

White with #A28685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28685; }

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

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

background-color css

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

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

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

border-color css

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

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

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