Html Css Color HEX #A2B5A4 Edward

📋 copy color: '#A2B5A4'

red 162 ◦ green 181 ◦ blue 164

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

Shades of Edward #A2B5A4

Tints of Edward #A2B5A4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.7%

 BLUE value IS 164 (64.45% from 255) = 32.35%

R = 31.95%
G = 35.7%
B = 32.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#A2B5A4 (or 0xA2B5A4) is known color: Edward. HEX triplet: A2, B5 and A4. RGB value is (162,181,164). Sum of RGB (Red+Green+Blue) = 162+181+164=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B5A4 is #5D4A5B. Grayscale: #ADADAD. Windows color (decimal): -6113884 or 10794402. OLE color: 10794402.

HSL color Cylindrical-coordinate representation of color #A2B5A4: hue angle of 126.32º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2B5A4 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 181 164 -
CMYK 0.10 0 0.09 0.29
HSL 126.32º 0.11% 0.67% -
HSV(B) 126.32º 0.1% 0.71% -
XYZ 38.13 43.41 41.49 -
YUV 173.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 162 181 164 0.10 0 0.09 0.29 126.32 0.11 0.67
Hex A2 B5 A4 A 0 9 1D 7E B 43
Octal 242 265 244 12 0 11 35 176 13 103
Binary 10100010 10110101 10100100 1010 0 1001 11101 1111110 1011 1000011

Color Harmonies of #A2B5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B5A4

Black with #A2B5A4

Text Example


Text Example

White with #A2B5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B5A4; }

 p { color: rgb(162,181,164); }

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

background-color css

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

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

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

border-color css

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

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

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