Html Css Color HEX #A27B79 Opium

📋 copy color: '#A27B79'

red 162 ◦ green 123 ◦ blue 121

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

Shades of Opium #A27B79

Tints of Opium #A27B79

RGB

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

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

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

R = 39.9%
G = 30.3%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A27B79 (or 0xA27B79) is known color: Opium. HEX triplet: A2, 7B and 79. RGB value is (162,123,121). Sum of RGB (Red+Green+Blue) = 162+123+121=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B79 is #5D8486. Grayscale: #868686. Windows color (decimal): -6128775 or 7961506. OLE color: 7961506.

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

Color convert

RGB 162 123 121 -
CMYK 0 0.24 0.25 0.36
HSL 2.93º 0.18% 0.55% -
HSV(B) 2.93º 0.25% 0.64% -
XYZ 25.43 23.23 21.23 -
YUV 134.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 162 123 121 0 0.24 0.25 0.36 2.93 0.18 0.55
Hex A2 7B 79 0 18 19 24 3 12 37
Octal 242 173 171 0 30 31 44 3 22 67
Binary 10100010 1111011 1111001 0 11000 11001 100100 11 10010 110111

Color Harmonies of #A27B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27B79

Black with #A27B79

Text Example


Text Example

White with #A27B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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