Html Css Color HEX #94A49A Edward

📋 copy color: '#94A49A'

red 148 ◦ green 164 ◦ blue 154

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

Shades of Edward #94A49A

Tints of Edward #94A49A

RGB

 RED value IS 148 (58.2% from 255) = 31.76%

 GREEN value IS 164 (64.45% from 255) = 35.19%

 BLUE value IS 154 (60.55% from 255) = 33.05%

R = 31.76%
G = 35.19%
B = 33.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#94A49A (or 0x94A49A) is known color: Edward. HEX triplet: 94, A4 and 9A. RGB value is (148,164,154). Sum of RGB (Red+Green+Blue) = 148+164+154=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 164 - color contains mainly: green. Hex color #94A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A49A is #6B5B65. Grayscale: #9E9E9E. Windows color (decimal): -7035750 or 10134676. OLE color: 10134676.

HSL color Cylindrical-coordinate representation of color #94A49A: hue angle of 142.5º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #94A49A is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 164 154 -
CMYK 0.10 0 0.06 0.36
HSL 142.5º 0.08% 0.61% -
HSV(B) 142.5º 0.1% 0.64% -
XYZ 31.32 35.18 35.71 -
YUV 158.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 148 164 154 0.10 0 0.06 0.36 142.5 0.08 0.61
Hex 94 A4 9A A 0 6 24 8E 8 3D
Octal 224 244 232 12 0 6 44 216 10 75
Binary 10010100 10100100 10011010 1010 0 110 100100 10001110 1000 111101

Color Harmonies of #94A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A49A

Black with #94A49A

Text Example


Text Example

White with #94A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A49A; }

 p { color: rgb(148,164,154); }

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

background-color css

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

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

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

border-color css

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

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

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