Html Css Color HEX #A5AEAC Conch

📋 copy color: '#A5AEAC'

red 165 ◦ green 174 ◦ blue 172

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

Shades of Conch #A5AEAC

Tints of Conch #A5AEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.66%

R = 32.29%
G = 34.05%
B = 33.66%

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

#A5AEAC (or 0xA5AEAC) is known color: Conch. HEX triplet: A5, AE and AC. RGB value is (165,174,172). Sum of RGB (Red+Green+Blue) = 165+174+172=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AEAC is #5A5153. Grayscale: #ABABAB. Windows color (decimal): -5919060 or 11316901. OLE color: 11316901.

HSL color Cylindrical-coordinate representation of color #A5AEAC: hue angle of 166.67º 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 #A5AEAC is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 174 172 -
CMYK 0.05 0 0.01 0.32
HSL 166.67º 0.05% 0.66% -
HSV(B) 166.67º 0.05% 0.68% -
XYZ 38.1 41.25 44.98 -
YUV 171.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 165 174 172 0.05 0 0.01 0.32 166.67 0.05 0.66
Hex A5 AE AC 5 0 1 20 A7 5 42
Octal 245 256 254 5 0 1 40 247 5 102
Binary 10100101 10101110 10101100 101 0 1 100000 10100111 101 1000010

Color Harmonies of #A5AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AEAC

Black with #A5AEAC

Text Example


Text Example

White with #A5AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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