Html Css Color HEX #A27A75 Opium

📋 copy color: '#A27A75'

red 162 ◦ green 122 ◦ blue 117

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

Shades of Opium #A27A75

Tints of Opium #A27A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.18%

R = 40.4%
G = 30.42%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A27A75 (or 0xA27A75) is known color: Opium. HEX triplet: A2, 7A and 75. RGB value is (162,122,117). Sum of RGB (Red+Green+Blue) = 162+122+117=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A75 is #5D858A. Grayscale: #858585. Windows color (decimal): -6129035 or 7699106. OLE color: 7699106.

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

Color convert

RGB 162 122 117 -
CMYK 0 0.25 0.28 0.36
HSL 6.67º 0.19% 0.55% -
HSV(B) 6.67º 0.28% 0.64% -
XYZ 25.07 22.88 19.93 -
YUV 133.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 162 122 117 0 0.25 0.28 0.36 6.67 0.19 0.55
Hex A2 7A 75 0 19 1C 24 7 13 37
Octal 242 172 165 0 31 34 44 7 23 67
Binary 10100010 1111010 1110101 0 11001 11100 100100 111 10011 110111

Color Harmonies of #A27A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27A75

Black with #A27A75

Text Example


Text Example

White with #A27A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27A75; }

 p { color: rgb(162,122,117); }

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

background-color css

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

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

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

border-color css

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

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

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