Html Css Color HEX #A4B2A5 Edward

📋 copy color: '#A4B2A5'

red 164 ◦ green 178 ◦ blue 165

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

Shades of Edward #A4B2A5

Tints of Edward #A4B2A5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.11%

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

R = 32.35%
G = 35.11%
B = 32.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#A4B2A5 (or 0xA4B2A5) is known color: Edward. HEX triplet: A4, B2 and A5. RGB value is (164,178,165). Sum of RGB (Red+Green+Blue) = 164+178+165=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B2A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B2A5 is #5B4D5A. Grayscale: #ACACAC. Windows color (decimal): -5983579 or 10859172. OLE color: 10859172.

HSL color Cylindrical-coordinate representation of color #A4B2A5: hue angle of 124.29º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A4B2A5 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 178 165 -
CMYK 0.08 0 0.07 0.30
HSL 124.29º 0.08% 0.67% -
HSV(B) 124.29º 0.08% 0.7% -
XYZ 38.02 42.45 41.79 -
YUV 172.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 164 178 165 0.08 0 0.07 0.30 124.29 0.08 0.67
Hex A4 B2 A5 8 0 7 1E 7C 8 43
Octal 244 262 245 10 0 7 36 174 10 103
Binary 10100100 10110010 10100101 1000 0 111 11110 1111100 1000 1000011

Color Harmonies of #A4B2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B2A5

Black with #A4B2A5

Text Example


Text Example

White with #A4B2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B2A5; }

 p { color: rgb(164,178,165); }

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

background-color css

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

 a { background-color: rgb(164,178,165); }

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

border-color css

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

 span { border-color: rgb(164,178,165); }

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