Html Css Color HEX #A5B4B3 Conch

📋 copy color: '#A5B4B3'

red 165 ◦ green 180 ◦ blue 179

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

Shades of Conch #A5B4B3

Tints of Conch #A5B4B3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.35%

 BLUE value IS 179 (70.31% from 255) = 34.16%

R = 31.49%
G = 34.35%
B = 34.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#A5B4B3 (or 0xA5B4B3) is known color: Conch. HEX triplet: A5, B4 and B3. RGB value is (165,180,179). Sum of RGB (Red+Green+Blue) = 165+180+179=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B4B3 is #5A4B4C. Grayscale: #AFAFAF. Windows color (decimal): -5917517 or 11777189. OLE color: 11777189.

HSL color Cylindrical-coordinate representation of color #A5B4B3: hue angle of 176º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5B4B3 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 180 179 -
CMYK 0.08 0 0.01 0.29
HSL 176º 0.09% 0.68% -
HSV(B) 176º 0.08% 0.71% -
XYZ 39.97 43.9 49.01 -
YUV 175.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 165 180 179 0.08 0 0.01 0.29 176 0.09 0.68
Hex A5 B4 B3 8 0 1 1D B0 9 44
Octal 245 264 263 10 0 1 35 260 11 104
Binary 10100101 10110100 10110011 1000 0 1 11101 10110000 1001 1000100

Color Harmonies of #A5B4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B4B3

Black with #A5B4B3

Text Example


Text Example

White with #A5B4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B4B3; }

 p { color: rgb(165,180,179); }

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

background-color css

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

 a { background-color: rgb(165,180,179); }

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

border-color css

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

 span { border-color: rgb(165,180,179); }

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