Html Css Color HEX #A48A8A Opium

📋 copy color: '#A48A8A'

red 164 ◦ green 138 ◦ blue 138

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

Shades of Opium #A48A8A

Tints of Opium #A48A8A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.36%

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 37.27%
G = 31.36%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A48A8A (or 0xA48A8A) is known color: Opium. HEX triplet: A4, 8A and 8A. RGB value is (164,138,138). Sum of RGB (Red+Green+Blue) = 164+138+138=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A8A is #5B7575. Grayscale: #919191. Windows color (decimal): -5993846 or 9079460. OLE color: 9079460.

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

Color convert

RGB 164 138 138 -
CMYK 0 0.16 0.16 0.36
HSL 0.13% 0.59% -
HSV(B) 0.16% 0.64% -
XYZ 28.99 27.9 27.9 -
YUV 145.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 164 138 138 0 0.16 0.16 0.36 0 0.13 0.59
Hex A4 8A 8A 0 10 10 24 0 C 3B
Octal 244 212 212 0 20 20 44 0 14 73
Binary 10100100 10001010 10001010 0 10000 10000 100100 0 1100 111011

Color Harmonies of #A48A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A8A

Black with #A48A8A

Text Example


Text Example

White with #A48A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A8A; }

 p { color: rgb(164,138,138); }

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

background-color css

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

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

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

border-color css

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

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

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