Html Css Color HEX #A97A7A Opium

📋 copy color: '#A97A7A'

red 169 ◦ green 122 ◦ blue 122

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

Shades of Opium #A97A7A

Tints of Opium #A97A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 40.92%
G = 29.54%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A97A7A (or 0xA97A7A) is known color: Opium. HEX triplet: A9, 7A and 7A. RGB value is (169,122,122). Sum of RGB (Red+Green+Blue) = 169+122+122=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A7A is #568585. Grayscale: #888888. Windows color (decimal): -5670278 or 8026793. OLE color: 8026793.

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

Color convert

RGB 169 122 122 -
CMYK 0 0.28 0.28 0.34
HSL 0.21% 0.57% -
HSV(B) 0.28% 0.66% -
XYZ 26.83 23.76 21.58 -
YUV 136.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 169 122 122 0 0.28 0.28 0.34 0 0.21 0.57
Hex A9 7A 7A 0 1C 1C 22 0 15 39
Octal 251 172 172 0 34 34 42 0 25 71
Binary 10101001 1111010 1111010 0 11100 11100 100010 0 10101 111001

Color Harmonies of #A97A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97A7A

Black with #A97A7A

Text Example


Text Example

White with #A97A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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