Html Css Color HEX #A2ADA5 Edward

📋 copy color: '#A2ADA5'

red 162 ◦ green 173 ◦ blue 165

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

Shades of Edward #A2ADA5

Tints of Edward #A2ADA5

RGB

 RED value IS 162 (63.67% from 255) = 32.4%

 GREEN value IS 173 (67.97% from 255) = 34.6%

 BLUE value IS 165 (64.84% from 255) = 33%

R = 32.4%
G = 34.6%
B = 33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#A2ADA5 (or 0xA2ADA5) is known color: Edward. HEX triplet: A2, AD and A5. RGB value is (162,173,165). Sum of RGB (Red+Green+Blue) = 162+173+165=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 173 - color contains mainly: green. Hex color #A2ADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ADA5 is #5D525A. Grayscale: #A8A8A8. Windows color (decimal): -6115931 or 10857890. OLE color: 10857890.

HSL color Cylindrical-coordinate representation of color #A2ADA5: hue angle of 136.36º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A2ADA5 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 173 165 -
CMYK 0.06 0 0.05 0.32
HSL 136.36º 0.06% 0.66% -
HSV(B) 136.36º 0.06% 0.68% -
XYZ 36.64 40.29 41.44 -
YUV 168.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 162 173 165 0.06 0 0.05 0.32 136.36 0.06 0.66
Hex A2 AD A5 6 0 5 20 88 6 42
Octal 242 255 245 6 0 5 40 210 6 102
Binary 10100010 10101101 10100101 110 0 101 100000 10001000 110 1000010

Color Harmonies of #A2ADA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ADA5

Black with #A2ADA5

Text Example


Text Example

White with #A2ADA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ADA5; }

 p { color: rgb(162,173,165); }

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

background-color css

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

 a { background-color: rgb(162,173,165); }

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

border-color css

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

 span { border-color: rgb(162,173,165); }

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