Html Css Color HEX #A47B79 Opium

📋 copy color: '#A47B79'

red 164 ◦ green 123 ◦ blue 121

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

Shades of Opium #A47B79

Tints of Opium #A47B79

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.15%

 BLUE value IS 121 (47.66% from 255) = 29.66%

R = 40.2%
G = 30.15%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A47B79 (or 0xA47B79) is known color: Opium. HEX triplet: A4, 7B and 79. RGB value is (164,123,121). Sum of RGB (Red+Green+Blue) = 164+123+121=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B79 is #5B8486. Grayscale: #878787. Windows color (decimal): -5997703 or 7961508. OLE color: 7961508.

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

Color convert

RGB 164 123 121 -
CMYK 0 0.25 0.26 0.36
HSL 2.79º 0.19% 0.56% -
HSV(B) 2.79º 0.26% 0.64% -
XYZ 25.84 23.44 21.25 -
YUV 135.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 164 123 121 0 0.25 0.26 0.36 2.79 0.19 0.56
Hex A4 7B 79 0 19 1A 24 3 13 38
Octal 244 173 171 0 31 32 44 3 23 70
Binary 10100100 1111011 1111001 0 11001 11010 100100 11 10011 111000

Color Harmonies of #A47B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B79

Black with #A47B79

Text Example


Text Example

White with #A47B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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