Html Css Color HEX #A27575 Opium

📋 copy color: '#A27575'

red 162 ◦ green 117 ◦ blue 117

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

Shades of Opium #A27575

Tints of Opium #A27575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.55%

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

R = 40.91%
G = 29.55%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A27575 (or 0xA27575) is known color: Opium. HEX triplet: A2, 75 and 75. RGB value is (162,117,117). Sum of RGB (Red+Green+Blue) = 162+117+117=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A27575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27575 is #5D8A8A. Grayscale: #828282. Windows color (decimal): -6130315 or 7697826. OLE color: 7697826.

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

Color convert

RGB 162 117 117 -
CMYK 0 0.28 0.28 0.36
HSL 0.19% 0.55% -
HSV(B) 0.28% 0.64% -
XYZ 24.47 21.69 19.73 -
YUV 130.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 162 117 117 0 0.28 0.28 0.36 0 0.19 0.55
Hex A2 75 75 0 1C 1C 24 0 13 37
Octal 242 165 165 0 34 34 44 0 23 67
Binary 10100010 1110101 1110101 0 11100 11100 100100 0 10011 110111

Color Harmonies of #A27575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27575

Black with #A27575

Text Example


Text Example

White with #A27575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27575; }

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

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

background-color css

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

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

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

border-color css

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

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

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