Html Css Color HEX #A4817F Opium

📋 copy color: '#A4817F'

red 164 ◦ green 129 ◦ blue 127

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

Shades of Opium #A4817F

Tints of Opium #A4817F

RGB

 RED value IS 164 (64.45% from 255) = 39.05%

 GREEN value IS 129 (50.78% from 255) = 30.71%

 BLUE value IS 127 (50% from 255) = 30.24%

R = 39.05%
G = 30.71%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4817F (or 0xA4817F) is known color: Opium. HEX triplet: A4, 81 and 7F. RGB value is (164,129,127). Sum of RGB (Red+Green+Blue) = 164+129+127=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A4817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4817F is #5B7E80. Grayscale: #8B8B8B. Windows color (decimal): -5996161 or 8356260. OLE color: 8356260.

HSL color Cylindrical-coordinate representation of color #A4817F: hue angle of 3.24º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4817F is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 129 127 -
CMYK 0 0.21 0.23 0.36
HSL 3.24º 0.17% 0.57% -
HSV(B) 3.24º 0.23% 0.64% -
XYZ 26.99 25.13 23.51 -
YUV 139.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 164 129 127 0 0.21 0.23 0.36 3.24 0.17 0.57
Hex A4 81 7F 0 15 17 24 3 11 39
Octal 244 201 177 0 25 27 44 3 21 71
Binary 10100100 10000001 1111111 0 10101 10111 100100 11 10001 111001

Color Harmonies of #A4817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4817F

Black with #A4817F

Text Example


Text Example

White with #A4817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4817F; }

 p { color: rgb(164,129,127); }

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

background-color css

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

 a { background-color: rgb(164,129,127); }

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

border-color css

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

 span { border-color: rgb(164,129,127); }

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