Html Css Color HEX #A27775 Opium

📋 copy color: '#A27775'

red 162 ◦ green 119 ◦ blue 117

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

Shades of Opium #A27775

Tints of Opium #A27775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.9%

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

R = 40.7%
G = 29.9%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A27775 (or 0xA27775) is known color: Opium. HEX triplet: A2, 77 and 75. RGB value is (162,119,117). Sum of RGB (Red+Green+Blue) = 162+119+117=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A27775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27775 is #5D888A. Grayscale: #838383. Windows color (decimal): -6129803 or 7698338. OLE color: 7698338.

HSL color Cylindrical-coordinate representation of color #A27775: hue angle of 2.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 #A27775 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 119 117 -
CMYK 0 0.27 0.28 0.36
HSL 2.67º 0.19% 0.55% -
HSV(B) 2.67º 0.28% 0.64% -
XYZ 24.71 22.16 19.8 -
YUV 131.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 162 119 117 0 0.27 0.28 0.36 2.67 0.19 0.55
Hex A2 77 75 0 1B 1C 24 3 13 37
Octal 242 167 165 0 33 34 44 3 23 67
Binary 10100010 1110111 1110101 0 11011 11100 100100 11 10011 110111

Color Harmonies of #A27775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27775

Black with #A27775

Text Example


Text Example

White with #A27775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27775; }

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

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

background-color css

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

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

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

border-color css

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

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

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