Html Css Color HEX #A3B5A5 Edward

📋 copy color: '#A3B5A5'

red 163 ◦ green 181 ◦ blue 165

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

Shades of Edward #A3B5A5

Tints of Edward #A3B5A5

RGB

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

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

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

R = 32.02%
G = 35.56%
B = 32.42%

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

#A3B5A5 (or 0xA3B5A5) is known color: Edward. HEX triplet: A3, B5 and A5. RGB value is (163,181,165). Sum of RGB (Red+Green+Blue) = 163+181+165=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B5A5 is #5C4A5A. Grayscale: #ADADAD. Windows color (decimal): -6048347 or 10859939. OLE color: 10859939.

HSL color Cylindrical-coordinate representation of color #A3B5A5: hue angle of 126.67º 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 #A3B5A5 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 181 165 -
CMYK 0.10 0 0.09 0.29
HSL 126.67º 0.11% 0.67% -
HSV(B) 126.67º 0.1% 0.71% -
XYZ 38.42 43.55 41.98 -
YUV 173.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 163 181 165 0.10 0 0.09 0.29 126.67 0.11 0.67
Hex A3 B5 A5 A 0 9 1D 7F B 43
Octal 243 265 245 12 0 11 35 177 13 103
Binary 10100011 10110101 10100101 1010 0 1001 11101 1111111 1011 1000011

Color Harmonies of #A3B5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B5A5

Black with #A3B5A5

Text Example


Text Example

White with #A3B5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B5A5; }

 p { color: rgb(163,181,165); }

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

background-color css

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

 a { background-color: rgb(163,181,165); }

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

border-color css

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

 span { border-color: rgb(163,181,165); }

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