Html Css Color HEX #A28885 Opium

📋 copy color: '#A28885'

red 162 ◦ green 136 ◦ blue 133

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

Shades of Opium #A28885

Tints of Opium #A28885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.55%

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

R = 37.59%
G = 31.55%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A28885 (or 0xA28885) is known color: Opium. HEX triplet: A2, 88 and 85. RGB value is (162,136,133). Sum of RGB (Red+Green+Blue) = 162+136+133=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A28885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28885 is #5D777A. Grayscale: #8F8F8F. Windows color (decimal): -6125435 or 8751266. OLE color: 8751266.

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

Color convert

RGB 162 136 133 -
CMYK 0 0.16 0.18 0.36
HSL 6.21º 0.13% 0.58% -
HSV(B) 6.21º 0.18% 0.64% -
XYZ 27.94 26.98 25.93 -
YUV 143.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 162 136 133 0 0.16 0.18 0.36 6.21 0.13 0.58
Hex A2 88 85 0 10 12 24 6 D 3A
Octal 242 210 205 0 20 22 44 6 15 72
Binary 10100010 10001000 10000101 0 10000 10010 100100 110 1101 111010

Color Harmonies of #A28885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28885

Black with #A28885

Text Example


Text Example

White with #A28885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28885; }

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

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

background-color css

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

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

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

border-color css

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

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

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