Html Css Color HEX #A27875 Opium

📋 copy color: '#A27875'

red 162 ◦ green 120 ◦ blue 117

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

Shades of Opium #A27875

Tints of Opium #A27875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.08%

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

R = 40.6%
G = 30.08%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A27875 (or 0xA27875) is known color: Opium. HEX triplet: A2, 78 and 75. RGB value is (162,120,117). Sum of RGB (Red+Green+Blue) = 162+120+117=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A27875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27875 is #5D878A. Grayscale: #848484. Windows color (decimal): -6129547 or 7698594. OLE color: 7698594.

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

Color convert

RGB 162 120 117 -
CMYK 0 0.26 0.28 0.36
HSL 0.19% 0.55% -
HSV(B) 0.28% 0.64% -
XYZ 24.83 22.4 19.84 -
YUV 132.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 162 120 117 0 0.26 0.28 0.36 4 0.19 0.55
Hex A2 78 75 0 1A 1C 24 4 13 37
Octal 242 170 165 0 32 34 44 4 23 67
Binary 10100010 1111000 1110101 0 11010 11100 100100 100 10011 110111

Color Harmonies of #A27875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27875

Black with #A27875

Text Example


Text Example

White with #A27875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27875; }

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

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

background-color css

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

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

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

border-color css

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

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

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