Html Css Color HEX #A27975 Opium

📋 copy color: '#A27975'

red 162 ◦ green 121 ◦ blue 117

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

Shades of Opium #A27975

Tints of Opium #A27975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.25%

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

R = 40.5%
G = 30.25%
B = 29.25%

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

#A27975 (or 0xA27975) is known color: Opium. HEX triplet: A2, 79 and 75. RGB value is (162,121,117). Sum of RGB (Red+Green+Blue) = 162+121+117=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A27975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27975 is #5D868A. Grayscale: #848484. Windows color (decimal): -6129291 or 7698850. OLE color: 7698850.

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

Color convert

RGB 162 121 117 -
CMYK 0 0.25 0.28 0.36
HSL 5.33º 0.19% 0.55% -
HSV(B) 5.33º 0.28% 0.64% -
XYZ 24.95 22.64 19.88 -
YUV 132.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 162 121 117 0 0.25 0.28 0.36 5.33 0.19 0.55
Hex A2 79 75 0 19 1C 24 5 13 37
Octal 242 171 165 0 31 34 44 5 23 67
Binary 10100010 1111001 1110101 0 11001 11100 100100 101 10011 110111

Color Harmonies of #A27975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27975

Black with #A27975

Text Example


Text Example

White with #A27975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27975; }

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

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

background-color css

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

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

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

border-color css

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

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

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