Html Css Color HEX #A5AEAD Conch

📋 copy color: '#A5AEAD'

red 165 ◦ green 174 ◦ blue 173

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

Shades of Conch #A5AEAD

Tints of Conch #A5AEAD

RGB

 RED value IS 165 (64.84% from 255) = 32.23%

 GREEN value IS 174 (68.36% from 255) = 33.98%

 BLUE value IS 173 (67.97% from 255) = 33.79%

R = 32.23%
G = 33.98%
B = 33.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#A5AEAD (or 0xA5AEAD) is known color: Conch. HEX triplet: A5, AE and AD. RGB value is (165,174,173). Sum of RGB (Red+Green+Blue) = 165+174+173=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AEAD is #5A5152. Grayscale: #ABABAB. Windows color (decimal): -5919059 or 11382437. OLE color: 11382437.

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

Color convert

RGB 165 174 173 -
CMYK 0.05 0 0.01 0.32
HSL 173.33º 0.05% 0.66% -
HSV(B) 173.33º 0.05% 0.68% -
XYZ 38.2 41.29 45.49 -
YUV 171.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 165 174 173 0.05 0 0.01 0.32 173.33 0.05 0.66
Hex A5 AE AD 5 0 1 20 AD 5 42
Octal 245 256 255 5 0 1 40 255 5 102
Binary 10100101 10101110 10101101 101 0 1 100000 10101101 101 1000010

Color Harmonies of #A5AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AEAD

Black with #A5AEAD

Text Example


Text Example

White with #A5AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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