Html Css Color HEX #A5AFAC Conch

📋 copy color: '#A5AFAC'

red 165 ◦ green 175 ◦ blue 172

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

Shades of Conch #A5AFAC

Tints of Conch #A5AFAC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.18%

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

R = 32.23%
G = 34.18%
B = 33.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#A5AFAC (or 0xA5AFAC) is known color: Conch. HEX triplet: A5, AF and AC. RGB value is (165,175,172). Sum of RGB (Red+Green+Blue) = 165+175+172=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AFAC is #5A5053. Grayscale: #ABABAB. Windows color (decimal): -5918804 or 11317157. OLE color: 11317157.

HSL color Cylindrical-coordinate representation of color #A5AFAC: hue angle of 162º degrees, saturation: 0.06, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A5AFAC is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 175 172 -
CMYK 0.06 0 0.02 0.31
HSL 162º 0.06% 0.67% -
HSV(B) 162º 0.06% 0.69% -
XYZ 38.29 41.64 45.05 -
YUV 171.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 165 175 172 0.06 0 0.02 0.31 162 0.06 0.67
Hex A5 AF AC 6 0 2 1F A2 6 43
Octal 245 257 254 6 0 2 37 242 6 103
Binary 10100101 10101111 10101100 110 0 10 11111 10100010 110 1000011

Color Harmonies of #A5AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AFAC

Black with #A5AFAC

Text Example


Text Example

White with #A5AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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