Html Css Color HEX #A28785 Opium

📋 copy color: '#A28785'

red 162 ◦ green 135 ◦ blue 133

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

Shades of Opium #A28785

Tints of Opium #A28785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.4%

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

R = 37.67%
G = 31.4%
B = 30.93%

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

#A28785 (or 0xA28785) is known color: Opium. HEX triplet: A2, 87 and 85. RGB value is (162,135,133). Sum of RGB (Red+Green+Blue) = 162+135+133=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A28785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28785 is #5D787A. Grayscale: #8E8E8E. Windows color (decimal): -6125691 or 8751010. OLE color: 8751010.

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

Color convert

RGB 162 135 133 -
CMYK 0 0.17 0.18 0.36
HSL 4.14º 0.13% 0.58% -
HSV(B) 4.14º 0.18% 0.64% -
XYZ 27.8 26.7 25.88 -
YUV 142.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 162 135 133 0 0.17 0.18 0.36 4.14 0.13 0.58
Hex A2 87 85 0 11 12 24 4 D 3A
Octal 242 207 205 0 21 22 44 4 15 72
Binary 10100010 10000111 10000101 0 10001 10010 100100 100 1101 111010

Color Harmonies of #A28785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28785

Black with #A28785

Text Example


Text Example

White with #A28785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28785; }

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

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

background-color css

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

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

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

border-color css

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

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

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