Html Css Color HEX #A5807B Opium

📋 copy color: '#A5807B'

red 165 ◦ green 128 ◦ blue 123

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

Shades of Opium #A5807B

Tints of Opium #A5807B

RGB

 RED value IS 165 (64.84% from 255) = 39.66%

 GREEN value IS 128 (50.39% from 255) = 30.77%

 BLUE value IS 123 (48.44% from 255) = 29.57%

R = 39.66%
G = 30.77%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5807B (or 0xA5807B) is known color: Opium. HEX triplet: A5, 80 and 7B. RGB value is (165,128,123). Sum of RGB (Red+Green+Blue) = 165+128+123=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A5807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5807B is #5A7F84. Grayscale: #8A8A8A. Windows color (decimal): -5930885 or 8093861. OLE color: 8093861.

HSL color Cylindrical-coordinate representation of color #A5807B: hue angle of 7.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5807B is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 128 123 -
CMYK 0 0.22 0.25 0.35
HSL 7.14º 0.19% 0.56% -
HSV(B) 7.14º 0.25% 0.65% -
XYZ 26.81 24.87 22.13 -
YUV 138.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 165 128 123 0 0.22 0.25 0.35 7.14 0.19 0.56
Hex A5 80 7B 0 16 19 23 7 13 38
Octal 245 200 173 0 26 31 43 7 23 70
Binary 10100101 10000000 1111011 0 10110 11001 100011 111 10011 111000

Color Harmonies of #A5807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5807B

Black with #A5807B

Text Example


Text Example

White with #A5807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5807B; }

 p { color: rgb(165,128,123); }

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

background-color css

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

 a { background-color: rgb(165,128,123); }

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

border-color css

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

 span { border-color: rgb(165,128,123); }

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