Html Css Color HEX #A5A6AF Spun Pearl

📋 copy color: '#A5A6AF'

red 165 ◦ green 166 ◦ blue 175

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

Shades of Spun Pearl #A5A6AF

Tints of Spun Pearl #A5A6AF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.81%

 BLUE value IS 175 (68.75% from 255) = 34.58%

R = 32.61%
G = 32.81%
B = 34.58%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A5A6AF (or 0xA5A6AF) is known color: Spun Pearl. HEX triplet: A5, A6 and AF. RGB value is (165,166,175). Sum of RGB (Red+Green+Blue) = 165+166+175=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 175 - color contains mainly: blue. Hex color #A5A6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A6AF is #5A5950. Grayscale: #A6A6A6. Windows color (decimal): -5921105 or 11511461. OLE color: 11511461.

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

Color convert

RGB 165 166 175 -
CMYK 0.06 0.05 0 0.31
HSL 234º 0.06% 0.67% -
HSV(B) 234º 0.06% 0.69% -
XYZ 36.89 38.37 46.02 -
YUV 166.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 165 166 175 0.06 0.05 0 0.31 234 0.06 0.67
Hex A5 A6 AF 6 5 0 1F EA 6 43
Octal 245 246 257 6 5 0 37 352 6 103
Binary 10100101 10100110 10101111 110 101 0 11111 11101010 110 1000011

Color Harmonies of #A5A6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A6AF

Black with #A5A6AF

Text Example


Text Example

White with #A5A6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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