Html Css Color HEX #A4A3B3 Spun Pearl

📋 copy color: '#A4A3B3'

red 164 ◦ green 163 ◦ blue 179

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

Shades of Spun Pearl #A4A3B3

Tints of Spun Pearl #A4A3B3

RGB

 RED value IS 164 (64.45% from 255) = 32.41%

 GREEN value IS 163 (64.06% from 255) = 32.21%

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

R = 32.41%
G = 32.21%
B = 35.38%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A4A3B3 (or 0xA4A3B3) is known color: Spun Pearl. HEX triplet: A4, A3 and B3. RGB value is (164,163,179). Sum of RGB (Red+Green+Blue) = 164+163+179=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 179 - color contains mainly: blue. Hex color #A4A3B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A3B3 is #5B5C4C. Grayscale: #A5A5A5. Windows color (decimal): -5987405 or 11772836. OLE color: 11772836.

HSL color Cylindrical-coordinate representation of color #A4A3B3: hue angle of 243.75º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4A3B3 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 163 179 -
CMYK 0.08 0.09 0 0.30
HSL 243.75º 0.1% 0.67% -
HSV(B) 243.75º 0.09% 0.7% -
XYZ 36.54 37.34 47.93 -
YUV 165.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 164 163 179 0.08 0.09 0 0.30 243.75 0.1 0.67
Hex A4 A3 B3 8 9 0 1E F4 A 43
Octal 244 243 263 10 11 0 36 364 12 103
Binary 10100100 10100011 10110011 1000 1001 0 11110 11110100 1010 1000011

Color Harmonies of #A4A3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A3B3

Black with #A4A3B3

Text Example


Text Example

White with #A4A3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A3B3; }

 p { color: rgb(164,163,179); }

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

background-color css

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

 a { background-color: rgb(164,163,179); }

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

border-color css

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

 span { border-color: rgb(164,163,179); }

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