Html Css Color HEX #A97A77 Opium

📋 copy color: '#A97A77'

red 169 ◦ green 122 ◦ blue 119

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

Shades of Opium #A97A77

Tints of Opium #A97A77

RGB

 RED value IS 169 (66.41% from 255) = 41.22%

 GREEN value IS 122 (48.05% from 255) = 29.76%

 BLUE value IS 119 (46.88% from 255) = 29.02%

R = 41.22%
G = 29.76%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A97A77 (or 0xA97A77) is known color: Opium. HEX triplet: A9, 7A and 77. RGB value is (169,122,119). Sum of RGB (Red+Green+Blue) = 169+122+119=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A77 is #568588. Grayscale: #878787. Windows color (decimal): -5670281 or 7830185. OLE color: 7830185.

HSL color Cylindrical-coordinate representation of color #A97A77: hue angle of 3.6º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A97A77 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 122 119 -
CMYK 0 0.28 0.30 0.34
HSL 3.6º 0.23% 0.56% -
HSV(B) 3.6º 0.3% 0.66% -
XYZ 26.65 23.69 20.62 -
YUV 135.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 169 122 119 0 0.28 0.30 0.34 3.6 0.23 0.56
Hex A9 7A 77 0 1C 1E 22 4 17 38
Octal 251 172 167 0 34 36 42 4 27 70
Binary 10101001 1111010 1110111 0 11100 11110 100010 100 10111 111000

Color Harmonies of #A97A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97A77

Black with #A97A77

Text Example


Text Example

White with #A97A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97A77; }

 p { color: rgb(169,122,119); }

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

background-color css

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

 a { background-color: rgb(169,122,119); }

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

border-color css

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

 span { border-color: rgb(169,122,119); }

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