Html Css Color HEX #A4807B Opium

📋 copy color: '#A4807B'

red 164 ◦ green 128 ◦ blue 123

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

Shades of Opium #A4807B

Tints of Opium #A4807B

RGB

 RED value IS 164 (64.45% from 255) = 39.52%

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

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

R = 39.52%
G = 30.84%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4807B (or 0xA4807B) is known color: Opium. HEX triplet: A4, 80 and 7B. RGB value is (164,128,123). Sum of RGB (Red+Green+Blue) = 164+128+123=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A4807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4807B is #5B7F84. Grayscale: #8A8A8A. Windows color (decimal): -5996421 or 8093860. OLE color: 8093860.

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

Color convert

RGB 164 128 123 -
CMYK 0 0.22 0.25 0.36
HSL 7.32º 0.18% 0.56% -
HSV(B) 7.32º 0.25% 0.64% -
XYZ 26.6 24.76 22.12 -
YUV 138.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 164 128 123 0 0.22 0.25 0.36 7.32 0.18 0.56
Hex A4 80 7B 0 16 19 24 7 12 38
Octal 244 200 173 0 26 31 44 7 22 70
Binary 10100100 10000000 1111011 0 10110 11001 100100 111 10010 111000

Color Harmonies of #A4807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4807B

Black with #A4807B

Text Example


Text Example

White with #A4807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4807B; }

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

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

background-color css

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

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

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

border-color css

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

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

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