Html Css Color HEX #8A466A Cosmic

📋 copy color: '#8A466A'

red 138 ◦ green 70 ◦ blue 106

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

Shades of Cosmic #8A466A

Tints of Cosmic #8A466A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 43.95%
G = 22.29%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#8A466A (or 0x8A466A) is known color: Cosmic. HEX triplet: 8A, 46 and 6A. RGB value is (138,70,106). Sum of RGB (Red+Green+Blue) = 138+70+106=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 138 - color contains mainly: red. Hex color #8A466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A466A is #75B995. Grayscale: #5E5E5E. Windows color (decimal): -7715222 or 6964874. OLE color: 6964874.

HSL color Cylindrical-coordinate representation of color #8A466A: hue angle of 328.24º 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 #8A466A is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 70 106 -
CMYK 0 0.49 0.23 0.46
HSL 328.24º 0.33% 0.41% -
HSV(B) 328.24º 0.49% 0.54% -
XYZ 15.27 10.82 14.92 -
YUV 94.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 138 70 106 0 0.49 0.23 0.46 328.24 0.33 0.41
Hex 8A 46 6A 0 31 17 2E 148 21 29
Octal 212 106 152 0 61 27 56 510 41 51
Binary 10001010 1000110 1101010 0 110001 10111 101110 101001000 100001 101001

Color Harmonies of #8A466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A466A

Black with #8A466A

Text Example


Text Example

White with #8A466A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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