Html Css Color HEX #AA7E7D Opium

📋 copy color: '#AA7E7D'

red 170 ◦ green 126 ◦ blue 125

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

Shades of Opium #AA7E7D

Tints of Opium #AA7E7D

RGB

 RED value IS 170 (66.8% from 255) = 40.38%

 GREEN value IS 126 (49.61% from 255) = 29.93%

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 40.38%
G = 29.93%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA7E7D (or 0xAA7E7D) is known color: Opium. HEX triplet: AA, 7E and 7D. RGB value is (170,126,125). Sum of RGB (Red+Green+Blue) = 170+126+125=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E7D is #558182. Grayscale: #8B8B8B. Windows color (decimal): -5603715 or 8224426. OLE color: 8224426.

HSL color Cylindrical-coordinate representation of color #AA7E7D: hue angle of 1.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7E7D is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 126 125 -
CMYK 0 0.26 0.26 0.33
HSL 1.33º 0.21% 0.58% -
HSV(B) 1.33º 0.26% 0.67% -
XYZ 27.74 24.95 22.76 -
YUV 139.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 170 126 125 0 0.26 0.26 0.33 1.33 0.21 0.58
Hex AA 7E 7D 0 1A 1A 21 1 15 3A
Octal 252 176 175 0 32 32 41 1 25 72
Binary 10101010 1111110 1111101 0 11010 11010 100001 1 10101 111010

Color Harmonies of #AA7E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E7D

Black with #AA7E7D

Text Example


Text Example

White with #AA7E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E7D; }

 p { color: rgb(170,126,125); }

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

background-color css

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

 a { background-color: rgb(170,126,125); }

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

border-color css

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

 span { border-color: rgb(170,126,125); }

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