Html Css Color HEX #A3B2A4 Edward

📋 copy color: '#A3B2A4'

red 163 ◦ green 178 ◦ blue 164

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

Shades of Edward #A3B2A4

Tints of Edward #A3B2A4

RGB

 RED value IS 163 (64.06% from 255) = 32.28%

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

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

R = 32.28%
G = 35.25%
B = 32.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#A3B2A4 (or 0xA3B2A4) is known color: Edward. HEX triplet: A3, B2 and A4. RGB value is (163,178,164). Sum of RGB (Red+Green+Blue) = 163+178+164=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B2A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B2A4 is #5C4D5B. Grayscale: #ABABAB. Windows color (decimal): -6049116 or 10793635. OLE color: 10793635.

HSL color Cylindrical-coordinate representation of color #A3B2A4: hue angle of 124º degrees, saturation: 0.09, 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 #A3B2A4 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 178 164 -
CMYK 0.08 0 0.08 0.30
HSL 124º 0.09% 0.67% -
HSV(B) 124º 0.08% 0.7% -
XYZ 37.73 42.31 41.3 -
YUV 171.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 163 178 164 0.08 0 0.08 0.30 124 0.09 0.67
Hex A3 B2 A4 8 0 8 1E 7C 9 43
Octal 243 262 244 10 0 10 36 174 11 103
Binary 10100011 10110010 10100100 1000 0 1000 11110 1111100 1001 1000011

Color Harmonies of #A3B2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B2A4

Black with #A3B2A4

Text Example


Text Example

White with #A3B2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B2A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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