Html Css Color HEX #8A464A Solid Pink

📋 copy color: '#8A464A'

red 138 ◦ green 70 ◦ blue 74

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

Shades of Solid Pink #8A464A

Tints of Solid Pink #8A464A

RGB

 RED value IS 138 (54.3% from 255) = 48.94%

 GREEN value IS 70 (27.73% from 255) = 24.82%

 BLUE value IS 74 (29.3% from 255) = 26.24%

R = 48.94%
G = 24.82%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#8A464A (or 0x8A464A) is known color: Solid Pink. HEX triplet: 8A, 46 and 4A. RGB value is (138,70,74). Sum of RGB (Red+Green+Blue) = 138+70+74=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A464A is #75B9B5. Grayscale: #5A5A5A. Windows color (decimal): -7715254 or 4867722. OLE color: 4867722.

HSL color Cylindrical-coordinate representation of color #8A464A: hue angle of 356.47º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A464A is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 70 74 -
CMYK 0 0.49 0.46 0.46
HSL 356.47º 0.33% 0.41% -
HSV(B) 356.47º 0.49% 0.54% -
XYZ 13.91 10.28 7.73 -
YUV 90.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 138 70 74 0 0.49 0.46 0.46 356.47 0.33 0.41
Hex 8A 46 4A 0 31 2E 2E 164 21 29
Octal 212 106 112 0 61 56 56 544 41 51
Binary 10001010 1000110 1001010 0 110001 101110 101110 101100100 100001 101001

Color Harmonies of #8A464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A464A

Black with #8A464A

Text Example


Text Example

White with #8A464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A464A; }

 p { color: rgb(138,70,74); }

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

background-color css

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

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

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

border-color css

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

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

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